all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39524] [PATCH 1/2] gnu: zsh: Update to 5.7.1.
@ 2020-02-09  9:13 Brice Waegeneire
  2020-02-09  9:14 ` [bug#39524] [PATCH 2/2] gnu: zsh: Enable maildir Brice Waegeneire
  0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2020-02-09  9:13 UTC (permalink / raw)
  To: 39524

* gnu/packages/shells.scm (zsh): Update to 5.7.1.
---
 gnu/packages/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 1d2f754e4a..cfb6b12a98 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -395,7 +395,7 @@ history mechanism, job control and a C-like syntax.")
 (define-public zsh
   (package
     (name "zsh")
-    (version "5.6.2")
+    (version "5.7.1")
     (source (origin
               (method url-fetch)
               (uri (list (string-append
@@ -406,7 +406,7 @@ history mechanism, job control and a C-like syntax.")
                            ".tar.xz")))
               (sha256
                (base32
-                "17iffliqcj4hv91g0bd2sxsyfcz51mfyh97sp2iyrs2p0mndc2x5"))))
+                "1s3yww0mzgvpc48kp0x868mm3gbna42sbgzya0nknj0x5hn2jq3j"))))
     (build-system gnu-build-system)
     (arguments `(#:configure-flags '("--with-tcsetpgrp" "--enable-pcre")
                  #:phases
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#39524] [PATCH 2/2] gnu: zsh: Enable maildir.
  2020-02-09  9:13 [bug#39524] [PATCH 1/2] gnu: zsh: Update to 5.7.1 Brice Waegeneire
@ 2020-02-09  9:14 ` Brice Waegeneire
  2020-02-09 23:48   ` bug#39524: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2020-02-09  9:14 UTC (permalink / raw)
  To: 39524

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#39524: [PATCH 2/2] gnu: zsh: Enable maildir.
  2020-02-09  9:14 ` [bug#39524] [PATCH 2/2] gnu: zsh: Enable maildir Brice Waegeneire
@ 2020-02-09 23:48   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2020-02-09 23:48 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 39524-done

Hello,

Brice Waegeneire <brice@waegenei.re> writes:

> * gnu/packages/shells.scm (zsh)[arguments]: Add configure flag for
> maildir.

I applied both patches (as 718a6458df3f77de2c9fd8e6634ad41e48e83333 and
81bc9118389eff6175975d535e56e47bdd99ee66). I also added a copyright line
for you.

Thank you!

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-09 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09  9:13 [bug#39524] [PATCH 1/2] gnu: zsh: Update to 5.7.1 Brice Waegeneire
2020-02-09  9:14 ` [bug#39524] [PATCH 2/2] gnu: zsh: Enable maildir Brice Waegeneire
2020-02-09 23:48   ` bug#39524: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.