rekado pushed a commit to branch master
in repository guix.

commit 7a52d0e075baebe2c04331b82d5974f2db9bf9f0
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Sun Nov 11 11:36:39 2018 +0100

    gnu: dotconf: Remove custom bootstrap phase.
    
    * gnu/packages/textutils.scm (dotconf)[arguments]: Remove autoreconf phase.
---
 gnu/packages/textutils.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index d4e3064..c814e98 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -577,13 +577,7 @@ categories.")
                (base32
                 "0lsnh0yaw44psmx59hq94cj1932gscp5h8d3cnh05l0svr0cy7kz"))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:tests? #f ; FIXME maketest.sh does not work.
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
-           (lambda _
-             (zero? (system* "autoreconf" "-vif")))))))
+    (arguments `(#:tests? #f))  ; FIXME maketest.sh does not work.
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)

Reply via email to