From 061823da03add693df9c411fee9ccdcc7291f0ec Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Sun, 2 May 2021 08:59:31 -0400 Subject: gnu: gupnp: Add gsettings-desktop-schemas for tests. This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not installed", which causes build to fail. * gnu/packages/gnome.scm (gupnp)[native-inputs]: Add gsettings-desktop-schemas. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 444e743bed..e6c891fa8b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1323,6 +1323,8 @@ a debugging tool, @command{gssdp-device-sniffer}.") `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) + ;; For ‘org.gnome.system.proxy’. + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk-doc" ,gtk-doc/stable) ("pkg-config" ,pkg-config) ("vala" ,vala))) -- cgit v1.2.3