diff options
author | Dariqq <dariqq@posteo.net> | 2024-10-06 08:33:19 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-22 00:27:49 +0200 |
commit | 81e0b5954f22293d30160375d8d6a212b6c0ee41 (patch) | |
tree | 2a8041f7bbb49d60146deaa35bb951318d4d97f5 /gnu | |
parent | e50ef3db26aaba4b5bdb40216f1e76f654a10064 (diff) | |
download | guix-81e0b5954f22293d30160375d8d6a212b6c0ee41.tar.gz guix-81e0b5954f22293d30160375d8d6a212b6c0ee41.zip |
gnu: mate-control-center: Add gsettings-desktop-schemas to inputs
* gnu/packages/mate.scm (mate-control-center)[inputs]: Add gsettings-desktop-schemas.
Change-Id: Id695c231c2e886ab219084037cdfb8137646a925
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 18c9ec56d8..974c54bd27 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -961,6 +961,7 @@ icons on the MATE desktop. It works on local and remote file systems.") fontconfig freetype glib + gsettings-desktop-schemas gtk+ libappindicator libcanberra |