diff options
author | L p R n d n <guix@lprndn.info> | 2019-08-20 12:17:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 23:41:08 +0200 |
commit | 35d48622608d415104096455c840d44773014043 (patch) | |
tree | 18b66fa0f4ad09274dea184e6825ee0ffb65e5d2 | |
parent | cb8a5e075adac85a8f71fe95ed589355a7f5c173 (diff) | |
download | guix-35d48622608d415104096455c840d44773014043.tar guix-35d48622608d415104096455c840d44773014043.tar.gz |
gnu: libxfce4util: Build Vala bindings.
* gnu/packages/xfce.scm (libxfce4util)[native-inputs]: Add vala.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 293ff98edd..6bd47233cb 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -100,7 +100,8 @@ (native-inputs `(("pkg-config" ,pkg-config) ("gobject-introspection" ,gobject-introspection) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("vala" ,vala))) (propagated-inputs `(("glib" ,glib))) ; required by libxfce4util-1.0.pc (home-page "https://www.xfce.org/") (synopsis "Basic utility library for Xfce") |