guix-commits
[Top][All Lists]
Advanced

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

16/22: gnu: scsh: Remove custom bootstrap phase.


From: Ricardo Wurmus
Subject: 16/22: gnu: scsh: Remove custom bootstrap phase.
Date: Sun, 11 Nov 2018 07:11:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bc74e9e4cd409ec31a227ad3c6ddd1c45a3e5d36
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Nov 11 12:56:22 2018 +0100

    gnu: scsh: Remove custom bootstrap phase.
    
    * gnu/packages/shells.scm (scsh)[arguments]: Remove autoreconf phase.
---
 gnu/packages/shells.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 3e9d797..38eeaa7 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 Jeff Mickey <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016 Stefan Reichör <address@hidden>
-;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017, 2018 Nils Gillmann <address@hidden>
 ;;; Copyright © 2017, 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 Arun Isaac <address@hidden>
@@ -414,10 +414,7 @@ use of experts and novices alike.")
                                              "/rx")))
                  (delete-file-recursively "rx")
                  (symlink rxpath "rx"))
-               #t))
-           (add-after 'unpack 'autoreconf
-             (lambda _
-               (invoke "autoreconf"))))))
+               #t)))))
       (inputs
        `(("scheme48" ,scheme48)
          ("scheme48-rx" ,scheme48-rx)))



reply via email to

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