guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libgtextutils: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 03/05: gnu: libgtextutils: 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 d68a15806b26ee23bf83c92ed29d2d4b1024b919
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 11:34:55 2018 +0100

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

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 1d498b5..d4e3064 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
-;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015 Roel Janssen <address@hidden>
 ;;; Copyright © 2016 Jelle Licht <address@hidden>
@@ -198,11 +198,6 @@ encoding, supporting Unicode version 9.0.0.")
        (sha256
         (base32 "0jiybkb2z58wa2msvllnphr4js2hvjvh988pavb3mzkgr6ihwbkr"))))
     (build-system gnu-build-system)
-    (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'autoreconf
-           (lambda _ (zero? (system* "autoreconf" "-vif")))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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