me
/
guix
Archived
1
0
Fork 0

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>
Maxim Cournoyer 2023-02-16 11:16:31 -05:00
parent 5219284621
commit 9582f49a0c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 6 additions and 2 deletions

View File

@ -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,