diff options
author | ng0 <ng0@infotropique.org> | 2017-10-28 16:26:57 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-28 21:54:42 +0200 |
commit | 4b86f04a51d7a0bba99884779372a7dd50906cc6 (patch) | |
tree | b11eed0cb9416dc8353b54c77836d0081206ade9 /gnu | |
parent | 32fc1ec3d5e33bef4ce54e241f640f9a6b10a7b3 (diff) | |
download | guix-4b86f04a51d7a0bba99884779372a7dd50906cc6.tar.gz guix-4b86f04a51d7a0bba99884779372a7dd50906cc6.zip |
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 <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mail.scm | 3 |
1 files changed, 0 insertions, 3 deletions
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 |