gnu: gspell: --enable-vala for VAPI (for geary)
* gnu/packages/gnome.scm (gspell)[arguments]: Add #:configure-flags. [native-inputs]: Add VALA. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
370cb2e0a4
commit
d0f5016475
1 changed files with 3 additions and 1 deletions
|
@ -8946,7 +8946,8 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||||
(patches (search-patches "gspell-dash-test.patch"))))
|
(patches (search-patches "gspell-dash-test.patch"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:configure-flags (list "--enable-vala")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'pre-check
|
(add-before 'check 'pre-check
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
@ -8971,6 +8972,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||||
`(("glib" ,glib "bin")
|
`(("glib" ,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("vala" ,vala) ;for VAPI, needed by Geary
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
|
|
||||||
;; For tests.
|
;; For tests.
|
||||||
|
|
Reference in a new issue