unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 48142@debbugs.gnu.org
Subject: bug#48142: [PATCH] gnu: gupnp: Add missing input.
Date: Sat,  1 May 2021 17:11:05 -0400	[thread overview]
Message-ID: <20210501211105.12944-1-jackhill@jackhill.us> (raw)
In-Reply-To: <87sg36pcey.fsf@nckx>

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

This change resolves the GLib-GIO-FATAL-ERROR: Settings schema
'org.gnome.system.proxy'` error, by adding the package that provides
org.gnome.system.proxy to the inputs. I've also tested that this patch
allows other gupnp packages (I tested gupnp-dlna).

That said, I don't know that this is the correct change since I don't
know why gupnp built in the past without this input. I have also not
tested using gupnp.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 444e743bed..372905cfc5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1329,6 +1329,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
    (inputs
     `(("gssdp" ,gssdp)
       ("gtk+" ,gtk+)
+      ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
       ("libsoup" ,libsoup)))
    (synopsis "PnP API for GNOME")
    (description "This package provides GUPnP, an object-oriented framework
-- 
2.31.1





  reply	other threads:[~2021-05-01 21:12 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   ` Jack Hill [this message]
2021-05-01 21:30     ` bug#48142: [PATCH] gnu: gupnp: Add missing input 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 ` 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

  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=20210501211105.12944-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --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).