mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: markets: Fix running on non-Gnome desktops.
* gnu/packages/gnome-xyz.scm (markets)[inputs]: Add gsettings-desktop-schemas.
This commit is contained in:
parent
1c5de6f455
commit
e543ebf9dc
1 changed files with 1 additions and 0 deletions
|
@ -878,6 +878,7 @@ (define-public markets
|
|||
(inputs
|
||||
`(("gtk3" ,gtk+)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("libgee" ,libgee)
|
||||
("libhandy" ,libhandy)
|
||||
("libsoup" ,libsoup)
|
||||
|
|
Loading…
Reference in a new issue