guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: colord: Install vapi files.


From: guix-commits
Subject: 02/06: gnu: colord: Install vapi files.
Date: Thu, 24 Oct 2019 00:00:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dac26e22f8123e5515583a4cc2462e2a9c7a5a81
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 24 04:52:15 2019 +0200

    gnu: colord: Install vapi files.
    
    * gnu/packages/gnome.scm (colord)[arguments]: Enable vapi.
    [native-inputs]: Add vala.
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index faaf0a5..2419828 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3047,6 +3047,7 @@ keyboard shortcuts.")
                                "-Dbash_completion=false"
                                "-Ddaemon_user=colord"
                                "-Dsane=true"
+                               "-Dvapi=true"
                                ;; Requires spotread.
                                "-Dargyllcms_sensor=false"
                                ;; TODO: Requires docbook2x.
@@ -3065,7 +3066,8 @@ keyboard shortcuts.")
        ("gtk-doc" ,gtk-doc)
        ("intltool" ,intltool)
        ("libtool" ,libtool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (propagated-inputs
      ;; colord.pc refers to all these.
      `(("glib" ,glib)



reply via email to

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