mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: colord: Enable Vala bindings.
* gnu/packages/gnome.scm (colord)[arguments]: Add "-Dvapi=true" to [native-inputs]: Add vala.
This commit is contained in:
parent
6303c3c4fa
commit
08806af6b1
1 changed files with 4 additions and 2 deletions
|
@ -5370,7 +5370,8 @@ (define-public colord
|
|||
(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 @@ (define-public colord
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue