unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: 48142@debbugs.gnu.org
Subject: bug#48142: [PATCH] gnu: gupnp: Add missing input.
Date: Sun,  2 May 2021 01:22:26 +0200	[thread overview]
Message-ID: <20210501232225.7485-1-leo.prikler@student.tugraz.at> (raw)
In-Reply-To: <CABVJY8oVLpwUwvV81+PSWwaWSeCnw-Z7=z4pHbLKwW4_AeUHGQ@mail.gmail.com>

From: Jack Hill <jackhill@jackhill.us>

Fixes <https://bugs.gnu.org/48142>.
Reported by Shyam Saran <syamsaran12345@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





  parent reply	other threads:[~2021-05-01 23:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-01 15:50 bug#48142: gupnp build test failed while doing reconfiguring system Shyam Saran
2021-05-01 17:54 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-05-01 21:11   ` bug#48142: [PATCH] gnu: gupnp: Add missing input Jack Hill
2021-05-01 21:30     ` Jack Hill
2021-05-01 21:41       ` bug#48142: [PATCH v2] " Jack Hill
2021-05-01 22:38   ` bug#48142: gupnp build test failed while doing reconfiguring system Shyam Saran
2021-05-01 23:22 ` Leo Prikler [this message]
2021-05-03  4:30   ` bug#48142: [PATCH] gnu: gupnp: Add missing input Jack Hill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210501232225.7485-1-leo.prikler@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=48142@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).