diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-05-02 08:59:31 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-05-02 08:59:31 -0400 |
commit | 061823da03add693df9c411fee9ccdcc7291f0ec (patch) | |
tree | cdccf669b811c1baceb5f7cf2d26378cdcf35f0d /gnu | |
parent | 49d8f954e631abaec08fc58f58cbfd13c3aabc41 (diff) | |
download | guix-061823da03add693df9c411fee9ccdcc7291f0ec.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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))) |