From 4b86f04a51d7a0bba99884779372a7dd50906cc6 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sat, 28 Oct 2017 16:26:57 +0000 Subject: gnu: neomutt: Remove obsolete configure switches. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex' and '--with-external-dotlock' from configure-flags. Signed-off-by: Ludovic Courtès --- gnu/packages/mail.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/mail.scm') diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ed095dd9d4..149315806d 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 -- cgit v1.2.3