3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Raghav Gururajan 2021-12-17 10:47:24 -05:00
parent 2d6ad9e2e0
commit d6abbfdab3
Signed by: raghavgururajan
GPG key ID: 5F5816647F8BE551

View file

@ -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