mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pidgin: Propagate libgnt.
* gnu/packages/messaging.scm (pidgin)[inputs]: Move libgnt from here… [propagated-inputs]: … to here. Change-Id: I8e37b441a6069675b93342ccc35c7caf976ad6ce Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
43fce37bdf
commit
cfa918ce15
1 changed files with 2 additions and 2 deletions
|
@ -990,7 +990,6 @@ (define-public pidgin
|
||||||
;; gtkspell2
|
;; gtkspell2
|
||||||
libgadu
|
libgadu
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libgnt
|
|
||||||
libice
|
libice
|
||||||
libidn
|
libidn
|
||||||
libltdl
|
libltdl
|
||||||
|
@ -1016,7 +1015,8 @@ (define-public pidgin
|
||||||
tcl
|
tcl
|
||||||
tk))
|
tk))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list glib gtk+-2))
|
;; Required by finch.pc, pidgin.pc and purple.pc
|
||||||
|
(list glib gtk+-2 libgnt))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue