gnu: python-nbxmpp: Correct libsoup dependency.
This packages uses ABI of libsoup v2. * gnu/packages/messaging.scm (python-nbxmpp)[inputs]: Replace libsoup with libsoup-minimal-2.
This commit is contained in:
parent
2d6ad9e2e0
commit
d6abbfdab3
@ -1137,7 +1137,7 @@ simultaneously and therefore appear under the same nickname on IRC.")
|
||||
(inputs
|
||||
(list glib
|
||||
glib-networking
|
||||
libsoup
|
||||
libsoup-minimal-2
|
||||
python-gssapi
|
||||
python-idna
|
||||
python-precis-i18n
|
||||
|
Loading…
Reference in New Issue
Block a user