This is an automated email from the git hooks/post-receive script.
leoprikler pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 90b4890 gnu: appstream-glib: Add gsettings-desktop-schemas for tests.
90b4890 is described below
commit 90b4890c630637d1eb4711a7a57f610bbf9cfa57
Author: Leo Prikler <[email protected]>
AuthorDate: Sat May 1 20:57:01 2021 +0200
gnu: appstream-glib: Add gsettings-desktop-schemas for tests.
This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not
installed", which causes builds to fail.
* gnu/packages/glib.scm (appstream-glib)[native-inputs]: Add
gsettings-desktop-schemas.
---
gnu/packages/glib.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index c04bd33..4f04d40 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1055,6 +1055,7 @@ Some codes examples can be find at:
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
+ ("gsettings" ,gsettings-desktop-schemas) ; for ‘org.gnome.system.proxy’
("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config)))
(propagated-inputs