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>
parent
5219284621
commit
9582f49a0c
|
@ -1268,8 +1268,12 @@ Library reference documentation.")
|
|||
pkg-config))
|
||||
(inputs
|
||||
(list avahi
|
||||
libgudev
|
||||
libsoup))
|
||||
libgudev))
|
||||
(propagated-inputs
|
||||
;; These inputs are required by the pkg-config file.
|
||||
(list glib
|
||||
libsoup
|
||||
libxml2))
|
||||
(synopsis "WebDav server implementation using libsoup")
|
||||
(description "PhoDav was initially developed as a file-sharing mechanism for Spice,
|
||||
but it is generic enough to be reused in other projects,
|
||||
|
|
Reference in New Issue