samplet pushed a commit to branch core-updates-frozen
in repository guix.
commit 08806af6b19a03fb3367fe187fa6502de455a7a2
Author: Timothy Sample <[email protected]>
AuthorDate: Thu Nov 18 00:14:07 2021 -0500
gnu: colord: Enable Vala bindings.
* gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to
[native-inputs]: Add vala.
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a47eec2..e1b4538 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5370,7 +5370,8 @@ output devices.")
(use-modules (srfi srfi-1))
(append '("-Dbash_completion=true"
"-Ddocs=true"
- "-Dman=true")
+ "-Dman=true"
+ "-Dvapi=true")
(fold delete ,flags '("-Dbash_completion=false"
"-Ddocs=false"
"-Dman=false")))))
@@ -5389,7 +5390,8 @@ output devices.")
("docbook-xsl-ns" ,docbook-xsl-ns)
("gtk-doc" ,gtk-doc/stable)
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
- ("libxslt" ,libxslt))
+ ("libxslt" ,libxslt)
+ ("vala" ,vala)) ;for VAPI, needed by simple-scan
(package-native-inputs colord-minimal)))))
(define-public geoclue