diff options
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a0318b3737..190cc42950 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10100,7 +10100,8 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.") gettext-minimal `(,glib "bin") ; for glib-compile-resources itstool - pkg-config)) + pkg-config + vala)) (inputs (list geoclue geocode-glib-with-libsoup2 |