summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorL p R n d n <guix@lprndn.info>2019-08-18 22:10:46 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-07 00:36:34 +0200
commitdbfd5a1380cb8b2e2596a6669d2ae36703ea75fe (patch)
tree947b0e5a6997e7349b9cfa91d142927c44ed3290 /gnu
parent2c10c4182c6acabd4ba49ad113e48f2c050aa341 (diff)
downloadpatches-dbfd5a1380cb8b2e2596a6669d2ae36703ea75fe.tar
patches-dbfd5a1380cb8b2e2596a6669d2ae36703ea75fe.tar.gz
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')
-rw-r--r--gnu/packages/xfce.scm3
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)))