[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: spice-gtk: Build with vala support.
From: |
guix-commits |
Subject: |
01/01: gnu: spice-gtk: Build with vala support. |
Date: |
Tue, 19 Nov 2019 02:29:43 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 10e73bbc5e2a3f62dc07c5c94309c5105c435dc6
Author: Efraim Flashner <address@hidden>
Date: Tue Nov 19 09:25:12 2019 +0200
gnu: spice-gtk: Build with vala support.
* gnu/packges/spice.scm (spice-gtk)[native-inputs]: Add vala.
[arguments]: Add '--enable-vala' to configure-flags.
---
gnu/packages/spice.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 4787f10..edc6135 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -157,12 +157,14 @@ which allows users to view a desktop computing
environment.")
(native-inputs
`(("glib:bin" ,glib "bin")
("intltool" ,intltool)
- ("pkg-config" ,pkg-config)))
+ ("pkg-config" ,pkg-config)
+ ("vala" ,vala)))
(arguments
`(#:configure-flags
'("--enable-gstaudio"
"--enable-gstvideo"
"--enable-pulse"
+ "--enable-vala"
"--enable-introspection")
#:phases
(modify-phases %standard-phases