~ruther/guix-local

4b86f04a51d7a0bba99884779372a7dd50906cc6 — ng0 8 years ago 32fc1ec
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>
1 files changed, 0 insertions(+), 3 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +0 -3
@@ 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