[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,
- branch master updated (7b40cb7c6e -> 61f691fdfb), guix-commits, 2023/02/25
- 01/22: gnu: spice-gtk: Fix indentation and normalize field order., guix-commits, 2023/02/25
- 03/22: gnu: spice-gtk: Use gexps., guix-commits, 2023/02/25
- 17/22: services: gnome-polkit-settings: Add spice-gtk., guix-commits, 2023/02/25
- 14/22: gnu: spice-gtk: Enable support for polkit, webdav and others., guix-commits, 2023/02/25
- 20/22: gnu: gnome-boxes: Mention extra configuration requirements., guix-commits, 2023/02/25
- 21/22: gnu: spice-gtk: Adjust the default file name of the ACL helper binary., guix-commits, 2023/02/25
- 09/22: gnu: libcacard: Remove obsolete configure flags., guix-commits, 2023/02/25
- 13/22: gnu: phodav: Propagate glib, libsoup and libxml2.,
guix-commits <=
- 04/22: gnu: spice-gtk: Update to 0.42., guix-commits, 2023/02/25
- 18/22: services: desktop: Extract a new gnome-package procedure., guix-commits, 2023/02/25
- 07/22: gnu: usbredir: Update to 0.13.0., guix-commits, 2023/02/25
- 08/22: gnu: virglrenderer: Update to 0.7.0., guix-commits, 2023/02/25
- 11/22: gnu: spice-vdagent: Update to 0.22.1., guix-commits, 2023/02/25
- 02/22: gnu: spice-gtk: Remove input labels., guix-commits, 2023/02/25
- 15/22: gnu: osinfo-db: Use libsoup 3., guix-commits, 2023/02/25
- 12/22: gnu: usbutils: Update to 015., guix-commits, 2023/02/25
- 10/22: gnu: spice: Update to 0.15.1., guix-commits, 2023/02/25
- 19/22: services: gnome-desktop-service-type: Extend setuid-program-service-type., guix-commits, 2023/02/25