diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-24 13:52:03 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-24 13:52:03 +0100 |
commit | d53703e4e2f4ea6dd32123fa8be8c3540d77fbaa (patch) | |
tree | 9fb8884dbc3a67aba3845be3c8a8b5d23fdc3c2c | |
parent | 651fc759d7f9d310143cc90d7d53da62a405b5dc (diff) | |
download | guix-d53703e4e2f4ea6dd32123fa8be8c3540d77fbaa.tar guix-d53703e4e2f4ea6dd32123fa8be8c3540d77fbaa.tar.gz |
gnu: geary: Add missing input.
* gnu/packages/gnome.scm (geary)[native-inputs]: Add
gsettings-desktop-schemas for tests.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 387d08819b..a148ac523f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11480,6 +11480,7 @@ join_paths\\('build-aux', 'post_install.py'\\)\\)") ("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") ("gobject-introspection" ,gobject-introspection) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("itstool" ,itstool) ("libarchive" ,libarchive) ("libxml2" ,libxml2) |