GNU bug report logs -
#48414
phodav-2.5.drv' failed with exit code 1
Previous Next
Reported by: musics <at> tutanota.com
Date: Fri, 14 May 2021 09:01:01 UTC
Severity: normal
Merged with 48260
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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 <at> atai.org>
;;; Copyright © 2020, 2021 Sébastien Lerique <sl <at> eauchat.org>
;;; Copyright © 2021 Trevor Hass <thass <at> okstate.edu>
+;;; Copyright © 2021 Solene Rapenne <solene <at> 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
This bug report was last modified 4 years and 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.