gnu: zsh: Enable maildir.
* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for maildir.
This commit is contained in:
parent
718a6458df
commit
81bc911838
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,8 @@ (define-public zsh
|
||||||
(base32
|
(base32
|
||||||
"1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
|
"1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
|
(arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre"
|
||||||
|
"--enable-maildir-support")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'fix-sh
|
(add-before 'configure 'fix-sh
|
||||||
|
|
Loading…
Reference in a new issue