diff options
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 19bf642b6a..d4b32b335c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -141,7 +141,8 @@ Xfce Desktop Environment.") `(("pkg-config" ,pkg-config) ("intltool" ,intltool) ("glib:bin" ,glib "bin") ;; for gdbus-codegen - ("gobject-introspection" ,gobject-introspection))) + ("gobject-introspection" ,gobject-introspection) + ("vala" ,vala))) (propagated-inputs ;; libxfconf-0.pc refers to all these. `(("glib" ,glib))) |