mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: scsh: Remove custom bootstrap phase.
* gnu/packages/shells.scm (scsh)[arguments]: Remove autoreconf phase.
This commit is contained in:
parent
e5ff963a6d
commit
bc74e9e4cd
1 changed files with 2 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
;;; Copyright © 2015 Jeff Mickey <j@codemac.net>
|
||||
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2016 Stefan Reichör <stefan@xsteve.at>
|
||||
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017, 2018 Nils Gillmann <ng0@n0.is>
|
||||
;;; Copyright © 2017, 2018 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||
|
@ -414,10 +414,7 @@ (define-public scsh
|
|||
"/rx")))
|
||||
(delete-file-recursively "rx")
|
||||
(symlink rxpath "rx"))
|
||||
#t))
|
||||
(add-after 'unpack 'autoreconf
|
||||
(lambda _
|
||||
(invoke "autoreconf"))))))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("scheme48" ,scheme48)
|
||||
("scheme48-rx" ,scheme48-rx)))
|
||||
|
|
Loading…
Reference in a new issue