diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-18 22:10:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-07 00:36:34 +0200 |
commit | dbfd5a1380cb8b2e2596a6669d2ae36703ea75fe (patch) | |
tree | 947b0e5a6997e7349b9cfa91d142927c44ed3290 /gnu/packages/xfce.scm | |
parent | 2c10c4182c6acabd4ba49ad113e48f2c050aa341 (diff) |
gnu: xfconf: Add vala support.
* gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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))) |