guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gmime: Remove obsolete configure flag.


From: guix-commits
Subject: 01/04: gnu: gmime: Remove obsolete configure flag.
Date: Sat, 8 Jul 2023 14:58:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1b8f9cea9b7286fe6f70d4f0a36e6d891f590825
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:04 2023 +0200

    gnu: gmime: Remove obsolete configure flag.
    
    * gnu/packages/mail.scm (gmime)[arguments]: Remove "--vapigen=yes"
    from #:configure-flags.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3be9dce953..9d3525d486 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -776,7 +776,7 @@ It adds a large amount of new and improved features to 
mutt.")
     (inputs (list glib gpgme zlib))
     (arguments
      `(#:configure-flags
-         (list "--enable-introspection=yes" "--enable-vapigen=yes")
+         (list "--enable-introspection=yes")
        #:phases
        (modify-phases %standard-phases
          (add-after



reply via email to

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