guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: dotconf: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 04/05: gnu: dotconf: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 05:37:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7a52d0e075baebe2c04331b82d5974f2db9bf9f0
Author: Ricardo Wurmus <address@hidden>
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

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