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>
This commit is contained in:
parent
32fc1ec3d5
commit
4b86f04a51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue