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:
raingloom 2020-02-16 00:00:35 +01:00 committed by Ludovic Courtès
parent 370cb2e0a4
commit d0f5016475
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8946,7 +8946,8 @@ (define-public gspell
(patches (search-patches "gspell-dash-test.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases
'(#:configure-flags (list "--enable-vala")
#:phases
(modify-phases %standard-phases
(add-before 'check 'pre-check
(lambda* (#:key inputs #:allow-other-keys)
@ -8971,6 +8972,7 @@ (define-public gspell
`(("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("vala" ,vala) ;for VAPI, needed by Geary
("xmllint" ,libxml2)
;; For tests.