GNU bug report logs -
#39524
[PATCH 1/2] gnu: zsh: Update to 5.7.1.
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Sun, 9 Feb 2020 09:14:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
maildir.
---
gnu/packages/shells.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index cfb6b12a98..a70ff3f91e 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -408,7 +408,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
--
2.24.1
This bug report was last modified 5 years and 101 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.