diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9e8b68de33..cc9307470b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8879,9 +8879,9 @@ like switching to windows and launching applications.") (if (target-x86-64?) (list gjs) '()) - (list `(,glib "bin") + (list gettext-minimal + `(,glib "bin") gobject-introspection - intltool node perl pkg-config |