guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: xfconf: Add vala support.


From: guix-commits
Subject: 05/09: gnu: xfconf: Add vala support.
Date: Fri, 6 Sep 2019 18:39:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dbfd5a1380cb8b2e2596a6669d2ae36703ea75fe
Author: L p R n d n <address@hidden>
Date:   Sun Aug 18 22:10:46 2019 +0200

    gnu: xfconf: Add vala support.
    
    * gnu/packages/xfce.scm (xfconf): Add vala to native-inputs.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 19bf642..d4b32b3 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]