mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: neomutt: Update to 20180223.
* gnu/packages/mail.scm (neomutt): Update to 20180223. [native-inputs]: Use 'docbook-xml-4.2'. [arguments]: Remove 'fix-docbook' phases. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
f61682e7ea
commit
f58764d8ed
1 changed files with 3 additions and 15 deletions
|
@ -296,7 +296,7 @@ (define-public mutt
|
||||||
(define-public neomutt
|
(define-public neomutt
|
||||||
(package
|
(package
|
||||||
(name "neomutt")
|
(name "neomutt")
|
||||||
(version "20171215")
|
(version "20180223")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -304,7 +304,7 @@ (define-public neomutt
|
||||||
"/archive/" name "-" version ".tar.gz"))
|
"/archive/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1df1c2ynvivna42ifj1lxmgb0bbfih0ggn1afyniadzjm6cnxdvz"))))
|
"1fr7158xhrhasylyxp709g9mdbggdmni3qn3baxvczfg2w003fhh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cyrus-sasl" ,cyrus-sasl)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
@ -325,7 +325,7 @@ (define-public neomutt
|
||||||
("gettext-minimal" ,gettext-minimal)
|
("gettext-minimal" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("docbook-xml" ,docbook-xml)
|
("docbook-xml" ,docbook-xml-4.2)
|
||||||
("w3m" ,w3m)
|
("w3m" ,w3m)
|
||||||
("tcl" ,tcl)))
|
("tcl" ,tcl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -368,18 +368,6 @@ (define-public neomutt
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; TODO: autosetup is meant to be included in the source,
|
;; TODO: autosetup is meant to be included in the source,
|
||||||
;; but we should package autosetup and use our own version of it.
|
;; 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
|
(add-before 'configure 'fix-sasl-test
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Upstream suggestion to fix the failing sasl autosetup test.
|
;; Upstream suggestion to fix the failing sasl autosetup test.
|
||||||
|
|
Loading…
Reference in a new issue