guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: gspell: --enable-vala for VAPI (for geary)


From: guix-commits
Subject: 04/05: gnu: gspell: --enable-vala for VAPI (for geary)
Date: Wed, 18 Mar 2020 06:55:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d0f501647587154c4763b6c42e3c17adb83f01d0
Author: raingloom <address@hidden>
AuthorDate: Sun Feb 16 00:00:35 2020 +0100

    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 <address@hidden>
---
 gnu/packages/gnome.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0f9241e..8e77b5f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8946,7 +8946,8 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
               (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 @@ that support the Assistive Technology Service Provider 
Interface (AT-SPI).")
      `(("glib" ,glib "bin")
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
+       ("vala" ,vala)                             ;for VAPI, needed by Geary
        ("xmllint" ,libxml2)
 
        ;; For tests.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]