all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: ng0 <ng0@n0.is>
Cc: 30509-done@debbugs.gnu.org
Subject: bug#30509: neomutt: Update to 20171215
Date: Mon, 19 Feb 2018 22:30:59 +0100	[thread overview]
Message-ID: <874lmcekfg.fsf@gnu.org> (raw)
In-Reply-To: <20180219081353.ywx2ehxvedx3j6nb@abyayala> (ng0@n0.is's message of "Mon, 19 Feb 2018 08:13:53 +0000")

[-- Attachment #1: Type: text/plain, Size: 595 bytes --]

ng0 <ng0@n0.is> skribis:

> From d594a0b91ed7a3733e563eb8d92562df2919fb62 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@crash.cx>
> 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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 649 bytes --]

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	other threads:[~2018-02-19 21:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-18 13:09 [bug#30509] neomutt: Update to 20171215 ng0
2018-02-19  8:13 ` ng0
2018-02-19 21:30   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874lmcekfg.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=30509-done@debbugs.gnu.org \
    --cc=ng0@n0.is \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.