mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: asciidoc: Restore custom 'bootstrap' phase.
Fix a regression introduced by commit189be331ac
. * gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom 'bootstrap' phase that present prior to commit189be33
.
This commit is contained in:
parent
5e6c882e2d
commit
8a442e5db2
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ (define-public asciidoc
|
|||
`(#:tests? #f ; no 'check' target
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
(invoke "autoconf")))
|
||||
;; Some XML-related binaries are required for asciidoc's proper usage.
|
||||
;; Without these, asciidoc fails when parsing XML documents, either
|
||||
;; reporting a missing "xmllint" binary or, when passed the
|
||||
|
|
Loading…
Reference in a new issue