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:
parent
2c10c4182c
commit
dbfd5a1380
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue