guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gmime: Install the vapi file.


From: guix-commits
Subject: 01/04: gnu: gmime: Install the vapi file.
Date: Fri, 19 Nov 2021 08:58:14 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 86f031e877cd0f494d70f0ee67790628b63140f9
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Thu Nov 18 19:44:03 2021 +0100

    gnu: gmime: Install the vapi file.
    
    * gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file.
    [native-inputs]: Add vala.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/mail.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c92ec14..c3be533 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -727,13 +727,14 @@ It adds a large amount of new and improved features to 
mutt.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("gnupg" ,gnupg)                 ; for tests only
-       ("gobject-introspection" ,gobject-introspection)))
+       ("gobject-introspection" ,gobject-introspection)
+       ("vala" ,vala)))
     (inputs `(("glib" ,glib)
               ("gpgme" ,gpgme)
               ("zlib" ,zlib)))
     (arguments
      `(#:configure-flags
-         (list "--enable-introspection=yes")
+         (list "--enable-introspection=yes" "--enable-vapigen=yes")
        #:phases
        (modify-phases %standard-phases
          (add-after



reply via email to

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