mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: profanity: Add missing inputs.
* gnu/packages/messaging.scm (profanity) [inputs]: Add libgcrypt. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
This commit is contained in:
parent
1be08b1e01
commit
dcfd7c7bc9
1 changed files with 2 additions and 0 deletions
|
@ -2117,10 +2117,12 @@ (define-public profanity
|
|||
("glib" ,glib)
|
||||
("gpgme" ,gpgme)
|
||||
("gtk+" ,gtk+-2)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
("libmesode" ,libmesode)
|
||||
("libnotify" ,libnotify)
|
||||
("libotr" ,libotr)
|
||||
("libsignal-protocol-c" ,libsignal-protocol-c)
|
||||
;; ("libxss" ,libxss)
|
||||
("ncurses" ,ncurses)
|
||||
("openssl" ,openssl)
|
||||
("python" ,python-wrapper)
|
||||
|
|
Loading…
Reference in a new issue