mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: gupnp: Add gsettings-desktop-schemas for tests.
This fixes the fatal error "Settings schema 'org.gnome.system.proxy' is not installed", which causes build to fail. * gnu/packages/gnome.scm (gupnp)[native-inputs]: Add gsettings-desktop-schemas.
This commit is contained in:
parent
49d8f954e6
commit
061823da03
1 changed files with 2 additions and 0 deletions
|
@ -1323,6 +1323,8 @@ (define-public gupnp
|
|||
`(("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)))
|
||||
|
|
Loading…
Reference in a new issue