GNU bug report logs - #48142
gupnp build test failed while doing reconfiguring system

Previous Next

Package: guix;

Reported by: Shyam Saran <syamsaran12345 <at> gmail.com>

Date: Sat, 1 May 2021 15:52:01 UTC

Severity: normal

Full log


Message #29 received at 48142 <at> debbugs.gnu.org (full text, mbox):

From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: 48142 <at> debbugs.gnu.org
Cc: Jack Hill <jackhill <at> jackhill.us>
Subject: [PATCH] gnu: gupnp: Add missing input.
Date: Sun,  2 May 2021 01:22:26 +0200
From: Jack Hill <jackhill <at> jackhill.us>

Fixes <https://bugs.gnu.org/48142>.
Reported by Shyam Saran <syamsaran12345 <at> gmail.com>.

This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not
installed", which causes builds to fail.

* gnu/packages/gnome.scm (gupnp)[inputs]: Add gsettings-desktop-schemas.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a572ca9aa3..33ef2baec4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1322,6 +1322,8 @@ a debugging tool, @command{gssdp-device-sniffer}.")
    (native-inputs
     `(("gettext" ,gettext-minimal)
       ("glib:bin" ,glib "bin")
+      ;; gsettings-desktop-schemas for org.gnome.system.proxy
+      ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("gobject-introspection" ,gobject-introspection)
       ("gtk-doc" ,gtk-doc/stable)
       ("pkg-config" ,pkg-config)
-- 
2.31.1





This bug report was last modified 4 years and 101 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.