civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit 427d95f7af4e8579ad714fbf1129a6a8fe8e2c46
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Nov 18 22:09:25 2021 +0100
gnu: libdmapsharing: Build against libsoup 2.
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 321351c..aad40cb 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).