gnu: zsh: Enable maildir.
authorBrice Waegeneire <brice@waegenei.re>
Sun, 9 Feb 2020 09:14:59 +0000 (10:14 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 9 Feb 2020 23:46:41 +0000 (00:46 +0100)
* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
maildir.

gnu/packages/shells.scm

index f4dff77..ec7e658 100644 (file)
@@ -409,7 +409,8 @@ history mechanism, job control and a C-like syntax.")
                (base32
                 "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
     (build-system gnu-build-system)
-    (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
+    (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre"
+                                     "--enable-maildir-support")
                  #:phases
                  (modify-phases %standard-phases
                    (add-before 'configure 'fix-sh