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.master
parent
83d21785a9
commit
2710df38b0
|
@ -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
|
||||
|
|
Reference in New Issue