me
/
guix
Archived
1
0
Fork 0

gnu: zsh: Enable maildir.

* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
maildir.
master
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
1 changed files with 2 additions and 1 deletions

View 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