gnu: asciidoc: Restore custom 'bootstrap' phase.
Fix a regression introduced by commitmaster189be331ac
. * gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom 'bootstrap' phase that present prior to commit189be33
.
parent
5e6c882e2d
commit
8a442e5db2
|
@ -59,6 +59,9 @@
|
||||||
`(#:tests? #f ; no 'check' target
|
`(#:tests? #f ; no 'check' target
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(replace 'bootstrap
|
||||||
|
(lambda _
|
||||||
|
(invoke "autoconf")))
|
||||||
;; Some XML-related binaries are required for asciidoc's proper usage.
|
;; Some XML-related binaries are required for asciidoc's proper usage.
|
||||||
;; Without these, asciidoc fails when parsing XML documents, either
|
;; Without these, asciidoc fails when parsing XML documents, either
|
||||||
;; reporting a missing "xmllint" binary or, when passed the
|
;; reporting a missing "xmllint" binary or, when passed the
|
||||||
|
|
Reference in New Issue