diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-18 22:09:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-18 22:09:25 +0100 |
commit | 427d95f7af4e8579ad714fbf1129a6a8fe8e2c46 (patch) | |
tree | f5a908e0962b0e482dd38e12a0f9cf95a9c05bcf /gnu | |
parent | ae716a49660104ae373582bf19a837356ec2e146 (diff) | |
download | guix-427d95f7af4e8579ad714fbf1129a6a8fe8e2c46.tar.gz |
gnu: libdmapsharing: Build against libsoup 2.
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 321351c567..aad40cb3b0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -612,7 +612,7 @@ in JavaScript.") `(("glib" ,glib) ("glib-networking" ,glib-networking) ("gstreamer" ,gstreamer) - ("libsoup" ,libsoup))) + ("libsoup-minimal" ,libsoup-minimal-2))) (synopsis "Media management library") (description "Libdmapsharing is a library which allows programs to access, share and control the playback of media content using DMAP (DAAP, DPAP & DACP). |