gnu: gajim: Add python2-axolotl to inputs.
* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0ce5cb02fa
commit
0b4c385f8f
1 changed files with 2 additions and 1 deletions
|
@ -550,7 +550,8 @@ (define-public gajim
|
|||
(native-inputs
|
||||
`(("intltool" ,intltool)))
|
||||
(inputs
|
||||
`(("python2-nbxmpp" ,python2-nbxmpp)
|
||||
`(("python2-axolotl" ,python2-axolotl)
|
||||
("python2-nbxmpp" ,python2-nbxmpp)
|
||||
("python2-pyopenssl" ,python2-pyopenssl)
|
||||
("python2-gnupg" ,python2-gnupg)
|
||||
("python2-pygtk" ,python2-pygtk)
|
||||
|
|
Loading…
Reference in a new issue