bug-guix
[Top][All Lists]
Advanced

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

bug#48414: [PATCH] gnu: phodav: add a missing input.


From: Solene Rapenne
Subject: bug#48414: [PATCH] gnu: phodav: add a missing input.
Date: Thu, 27 May 2021 14:10:28 +0200

I was able to reproduce the build issue, it get fixed with these changes

---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7e0ee6d314..e15fa6df82 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org>
 ;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org>
 ;;; Copyright © 2021 Trevor Hass <thass@okstate.edu>
+;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1180,6 +1181,7 @@ Library reference documentation.")
       ("pkg-config" ,pkg-config)))
    (inputs
     `(("avahi" ,avahi)
+      ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("libgudev" ,libgudev)
       ("libsoup" ,libsoup)))
    (synopsis "WebDav server implementation using libsoup")
-- 
2.31.1






reply via email to

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