mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: pidgin: Enable SILC protocol support.
* gnu/packages/messaging.scm (pidgin) [inputs]: Add silc-toolkit. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
1b80f6703c
commit
43ba7a9b1d
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ (define-public pidgin
|
|||
("perl" ,perl)
|
||||
("python" ,python-2)
|
||||
("python2-dbus" ,python2-dbus)
|
||||
;; ("silc" ,silc-toolkit)
|
||||
("silc" ,silc-toolkit)
|
||||
("sqlite" ,sqlite)
|
||||
("startup-notification" ,startup-notification)))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue