gnu: xfconf: Add vala support.

* gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
L p R n d n 2019-08-18 22:10:46 +02:00 committed by Ludovic Courtès
parent 2c10c4182c
commit dbfd5a1380
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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)))