diff options
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d6d321cfb1..3873f783f7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7589,9 +7589,9 @@ to display dialog boxes from the commandline and shell scripts.") status)))))))))))) (native-inputs (list desktop-file-utils ; for update-desktop-database + gettext-minimal `(,glib "bin") ; for glib-compile-schemas, etc. gobject-introspection - intltool pkg-config xvfb-run ;; For git build |