gnu: phodav: Propagate glib, libsoup and libxml2.
* gnu/packages/gnome.scm (phodav) [inputs]: Move libsoup to... [propagated-inputs]: ... here. Add glib and libxml2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
5219284621
commit
9582f49a0c
1 changed files with 6 additions and 2 deletions
|
@ -1268,8 +1268,12 @@ Library reference documentation.")
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list avahi
|
(list avahi
|
||||||
libgudev
|
libgudev))
|
||||||
libsoup))
|
(propagated-inputs
|
||||||
|
;; These inputs are required by the pkg-config file.
|
||||||
|
(list glib
|
||||||
|
libsoup
|
||||||
|
libxml2))
|
||||||
(synopsis "WebDav server implementation using libsoup")
|
(synopsis "WebDav server implementation using libsoup")
|
||||||
(description "PhoDav was initially developed as a file-sharing mechanism for Spice,
|
(description "PhoDav was initially developed as a file-sharing mechanism for Spice,
|
||||||
but it is generic enough to be reused in other projects,
|
but it is generic enough to be reused in other projects,
|
||||||
|
|
Reference in a new issue