mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
libgadu
|
||||
libgcrypt
|
||||
libgnt
|
||||
libice
|
||||
libidn
|
||||
libltdl
|
||||
|
@ -1016,7 +1015,8 @@ (define-public pidgin
|
|||
tcl
|
||||
tk))
|
||||
(propagated-inputs
|
||||
(list glib gtk+-2))
|
||||
;; Required by finch.pc, pidgin.pc and purple.pc
|
||||
(list glib gtk+-2 libgnt))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue