all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 48142@debbugs.gnu.org
Cc: leo.prikler@student.tugraz.at
Subject: bug#48142: [PATCH v2] gnu: gupnp: Add missing input.
Date: Sat,  1 May 2021 17:41:17 -0400	[thread overview]
Message-ID: <20210501214117.18455-1-jackhill@jackhill.us> (raw)
In-Reply-To: <alpine.DEB.2.21.2105011729100.2109@marsh.hcoop.net>

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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 444e743bed..b653abafce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1327,7 +1327,9 @@ a debugging tool, @command{gssdp-device-sniffer}.")
       ("pkg-config" ,pkg-config)
       ("vala" ,vala)))
    (inputs
-    `(("gssdp" ,gssdp)
+    ;; gsettings-desktop-schemas for org.gnome.system.proxy
+    `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+      ("gssdp" ,gssdp)
       ("gtk+" ,gtk+)
       ("libsoup" ,libsoup)))
    (synopsis "PnP API for GNOME")
-- 
2.31.1





  reply	other threads:[~2021-05-01 21:42 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       ` Jack Hill [this message]
2021-05-01 22:38   ` bug#48142: gupnp build test failed while doing reconfiguring system Shyam Saran
2021-05-01 23:22 ` bug#48142: [PATCH] gnu: gupnp: Add missing input Leo Prikler
2021-05-03  4:30   ` 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

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

  git send-email \
    --in-reply-to=20210501214117.18455-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=48142@debbugs.gnu.org \
    --cc=leo.prikler@student.tugraz.at \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.