guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gupnp: Move gsettings-desktop-schemas to pro


From: guix-commits
Subject: branch master updated: gnu: gupnp: Move gsettings-desktop-schemas to propagated-inputs.
Date: Sun, 02 May 2021 11:44:48 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2710df3  gnu: gupnp: Move gsettings-desktop-schemas to 
propagated-inputs.
2710df3 is described below

commit 2710df38b0c317bdc69c61c7775d8141eb214dd1
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun May 2 17:42:49 2021 +0200

    gnu: gupnp: Move gsettings-desktop-schemas to propagated-inputs.
    
    This fixes the following test failure:
    
    Bail out! GLib-GIO-FATAL-ERROR: Settings schema 'org.gnome.system.proxy' is 
not installed
    --- stderr ---
    
    (/tmp/guix-build-gupnp-1.2.4.drv-0/build/tests/gtest/test-context:599):
    GLib-GIO-ERROR **: 15:37:55.097: Settings schema 'org.gnome.system.proxy' is
    not installed
    
    * gnu/packages/gnome.scm (gupnp)[inputs]: Move gsettings-desktop-schemas to 
...
    [propagated-inputs]: ... here.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e6c891f..4c80335 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1323,8 +1323,6 @@ 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)))
@@ -1332,6 +1330,9 @@ a debugging tool, @command{gssdp-device-sniffer}.")
     `(("gssdp" ,gssdp)
       ("gtk+" ,gtk+)
       ("libsoup" ,libsoup)))
+   (propagated-inputs
+    `(;; For ‘org.gnome.system.proxy’.
+      ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)))
    (synopsis "PnP API for GNOME")
    (description "This package provides GUPnP, an object-oriented framework
 for creating UPnP devices and control points, written in C using



reply via email to

[Prev in Thread] Current Thread [Next in Thread]