mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: python-nbxmpp: Support GSSAPI authentication.
* gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Add python-gssapi. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
fdf4a6a8a7
commit
0da9dd4ca9
1 changed files with 1 additions and 0 deletions
|
@ -946,6 +946,7 @@ (define-public python-nbxmpp
|
|||
`(("glib" ,glib)
|
||||
("glib-networking" ,glib-networking)
|
||||
("libsoup" ,libsoup)
|
||||
("python-gssapi" ,python-gssapi)
|
||||
("python-idna" ,python-idna)
|
||||
("python-precis-i18n" ,python-precis-i18n)
|
||||
("python-pygobject" ,python-pygobject)))
|
||||
|
|
Loading…
Reference in a new issue