gnu: zsh: Enable maildir.

* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
maildir.
This commit is contained in:
Brice Waegeneire 2020-02-09 10:14:59 +01:00 committed by Nicolas Goaziou
parent 718a6458df
commit 81bc911838
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -409,7 +409,8 @@ (define-public zsh
(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