rekado pushed a commit to branch master
in repository guix.
commit 95906eee1813058e83b44f9f0f893481f8e34b33
Author: Ricardo Wurmus <[email protected]>
Date: Sat Nov 10 20:33:02 2018 +0100
gnu: guile-ics: Remove custom bootstrap phase.
* gnu/packages/guile.scm (guile-ics)[arguments]: Remove.
---
gnu/packages/guile.scm | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 8c55c74..133a338 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <[email protected]>
;;; Copyright © 2015, 2017 Christopher Allan Webber <[email protected]>
;;; Copyright © 2016 Alex Sassmannshausen <[email protected]>
-;;; Copyright © 2016, 2017 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2016 Erik Edrosa <[email protected]>
;;; Copyright © 2016 Eraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Alex Kost <[email protected]>
@@ -860,14 +860,6 @@ provides tight coupling to Guix.")
(base32
"0qjjvadr7gibdq9jvwkmlkb4afsw9n2shfj9phpiadinxk3p4m2g"))))
(build-system gnu-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (add-after 'unpack 'autoreconf
- (lambda _
- ;; Repository comes with a broken symlink
- (delete-file "README")
- (symlink "README.org" "README")
- (zero? (system* "autoreconf" "-fi")))))))
(native-inputs
`(("autoconf" ,autoconf-wrapper)
("automake" ,automake)