guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: neomutt: Remove obsolete configure switches.


From: Ludovic Courtès
Subject: 08/08: gnu: neomutt: Remove obsolete configure switches.
Date: Sat, 28 Oct 2017 15:56:49 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4b86f04a51d7a0bba99884779372a7dd50906cc6
Author: ng0 <address@hidden>
Date:   Sat Oct 28 16:26:57 2017 +0000

    gnu: neomutt: Remove obsolete configure switches.
    
    * gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex'
    and '--with-external-dotlock' from configure-flags.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/mail.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ed095dd..1493158 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -323,7 +323,6 @@ operating systems.")
              "--without-ssl"
              "--with-sasl"
 
-             "--with-regex"
              "--enable-smime"
              "--enable-notmuch"
              "--with-idn"
@@ -333,8 +332,6 @@ operating systems.")
              ;; in the chroot. The workaround is this.
              "--with-mailpath=/var/mail"
 
-             "--with-external-dotlock"
-
              (string-append "--with-curses="
                             (assoc-ref %build-inputs "ncurses")))
        #:phases



reply via email to

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