mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
gnu: colord: Install vapi files.
* gnu/packages/gnome.scm (colord)[arguments]: Enable vapi. [native-inputs]: Add vala.
This commit is contained in:
parent
6f20e2dc90
commit
dac26e22f8
1 changed files with 3 additions and 1 deletions
|
@ -3047,6 +3047,7 @@ (define-public colord
|
|||
"-Dbash_completion=false"
|
||||
"-Ddaemon_user=colord"
|
||||
"-Dsane=true"
|
||||
"-Dvapi=true"
|
||||
;; Requires spotread.
|
||||
"-Dargyllcms_sensor=false"
|
||||
;; TODO: Requires docbook2x.
|
||||
|
@ -3065,7 +3066,8 @@ (define-public colord
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue