all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@n0.is>
To: 30605@debbugs.gnu.org
Subject: [bug#30605] neomutt update
Date: Sun, 25 Feb 2018 14:07:22 +0000	[thread overview]
Message-ID: <20180225140722.wfgcig25usk3mzq3@abyayala> (raw)
In-Reply-To: <20180225133956.gpsokg7npxvdj7qm@abyayala>


[-- Attachment #1.1: Type: text/plain, Size: 475 bytes --]

ng0 transcribed 2.9K bytes:
> Update to 20180223.
> -- 
> ng0
> A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> http://krosos.org | https://n0.is/~ng0/ | https://crash.cx

Separate patch, but this needs to be applied after the update.
Docbook was telling us that the version didn't match, with the
correct version it no longer pulls in the files from SF.net

-- 
ng0
A88C8ADD129828D7EAC02E52E22F9BBFEE348588
http://krosos.org | https://n0.is/~ng0/ | https://crash.cx

[-- Attachment #1.2: 0001-gnu-neomutt-Remove-fix-docbook-phase.patch --]
[-- Type: text/plain, Size: 1643 bytes --]

From 5ba1bcba28e5083ceb307b7a6b08f49f439aaedc Mon Sep 17 00:00:00 2001
From: ng0 <ng0@crash.cx>
Date: Sun, 25 Feb 2018 14:03:29 +0000
Subject: [PATCH] gnu: neomutt: Remove 'fix-docbook' phase.

* gnu/packages/mail.scm (neomutt)[arguments]: Remove 'fix-docbook' phases.
---
 gnu/packages/mail.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a9d87459c..9fbfddbec 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -368,18 +368,6 @@ operating systems.")
        (modify-phases %standard-phases
          ;; TODO: autosetup is meant to be included in the source,
          ;; but we should package autosetup and use our own version of it.
-         (add-before 'configure 'fix-docbook
-           (lambda* (#:key inputs #:allow-other-keys)
-             (substitute* '("doc/chunk.xsl" "doc/manual.xml.tail"
-                            "doc/html.xsl" "doc/manual.xml.head")
-               (("http://docbook.sourceforge.net/release/xsl/current/")
-                (string-append (assoc-ref inputs "docbook-xsl")
-                               "/xml/xsl/docbook-xsl-"
-                               ,(package-version docbook-xsl) "/"))
-               (("http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd")
-                (string-append (assoc-ref inputs "docbook-xml")
-                               "/xml/dtd/docbook/docbookx.dtd")))
-             #t))
          (add-before 'configure 'fix-sasl-test
            (lambda _
              ;; Upstream suggestion to fix the failing sasl autosetup test.
-- 
2.16.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2018-02-25 14:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-25 13:39 [bug#30605] neomutt update ng0
2018-02-25 14:07 ` ng0 [this message]
2018-02-26  1:26 ` bug#30605: " Marius Bakke

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=20180225140722.wfgcig25usk3mzq3@abyayala \
    --to=ng0@n0.is \
    --cc=30605@debbugs.gnu.org \
    /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.