summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2018-11-10 20:33:02 +0100
committerRicardo Wurmus <[email protected]>2018-11-10 22:36:13 +0100
commit95906eee1813058e83b44f9f0f893481f8e34b33 (patch)
tree1dfe908a3366f2ac49c1a6e04a5101d017f0895e
parente8b9aaf0b167812dee6be26772837ef2a271a843 (diff)
gnu: guile-ics: Remove custom bootstrap phase.
* gnu/packages/guile.scm (guile-ics)[arguments]: Remove.
-rw-r--r--gnu/packages/guile.scm10
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 8c55c749d8..133a338c6e 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)