guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/22: gnu: phodav: Propagate glib, libsoup and libxml2.


From: guix-commits
Subject: 13/22: gnu: phodav: Propagate glib, libsoup and libxml2.
Date: Sat, 25 Feb 2023 14:51:29 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 9582f49a0c9063f3668ff3d16fd4c1a5ee8071eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Feb 16 11:16:31 2023 -0500

    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>
---
 gnu/packages/gnome.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b290a93723..9ffbce2df3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]