guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: asciidoc: Restore custom 'bootstrap' phase.


From: Mark H. Weaver
Subject: 08/13: gnu: asciidoc: Restore custom 'bootstrap' phase.
Date: Sun, 25 Mar 2018 05:03:17 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit 8a442e5db2989df6283b323fc8176df75972bab2
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 25 00:23:44 2018 -0400

    gnu: asciidoc: Restore custom 'bootstrap' phase.
    
    Fix a regression introduced by commit
    189be331acfda1c242a9c85fca8d2a0356742f48.
    
    * gnu/packages/documentation.scm (asciidoc)[arguments]: Restore the custom
    'bootstrap' phase that present prior to commit 189be33.
---
 gnu/packages/documentation.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index cde689c..e36200b 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -59,6 +59,9 @@
      `(#: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]