gnu: libdmapsharing: Build against libsoup 2.
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
This commit is contained in:
parent
ae716a4966
commit
427d95f7af
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ in JavaScript.")
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("glib-networking" ,glib-networking)
|
("glib-networking" ,glib-networking)
|
||||||
("gstreamer" ,gstreamer)
|
("gstreamer" ,gstreamer)
|
||||||
("libsoup" ,libsoup)))
|
("libsoup-minimal" ,libsoup-minimal-2)))
|
||||||
(synopsis "Media management library")
|
(synopsis "Media management library")
|
||||||
(description "Libdmapsharing is a library which allows programs to access,
|
(description "Libdmapsharing is a library which allows programs to access,
|
||||||
share and control the playback of media content using DMAP (DAAP, DPAP & DACP).
|
share and control the playback of media content using DMAP (DAAP, DPAP & DACP).
|
||||||
|
|
Reference in a new issue