guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30509: neomutt: Update to 20171215


From: Ludovic Courtès
Subject: bug#30509: neomutt: Update to 20171215
Date: Mon, 19 Feb 2018 22:30:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

ng0 <address@hidden> skribis:

> From d594a0b91ed7a3733e563eb8d92562df2919fb62 Mon Sep 17 00:00:00 2001
> From: ng0 <address@hidden>
> Date: Sun, 18 Feb 2018 12:57:00 +0000
> Subject: [PATCH] gnu: neomutt: Update to 20171215.
>
> * gnu/packages/mail.scm (neomutt): Update to 20171215.
> [inputs]: Move "docbook-xsl" to [native-inputs].
> [native-inputs]: Remove "autoconf". Add "tcl", "docbook-xml", "w3m".
> [argumnets]: Switch to autosetup based build. Add new phases "fix-sasl-test",
> "fix-docbook". Remove phase "autoconf".

Applied with the tiny change below, thanks!

Ludo’.

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a01e157c4..d7e76ac3e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -394,9 +394,9 @@ operating systems.")
                     (bash (which "bash")))
                (setenv "SHELL" bash)
                (setenv "CONFIG_SHELL" bash)
-               (zero? (apply system* bash
+               (apply invoke bash
                       (string-append (getcwd) "/configure")
-                       flags))))))))
+                      flags)))))))
     (home-page "https://www.neomutt.org/";)
     (synopsis "Command-line mail reader based on Mutt")
     (description

reply via email to

[Prev in Thread] Current Thread [Next in Thread]