Remove the bootstrap phase from the Guix package.

This phase has been part of the upstream build system for a while now.

* guix.scm: Remove bootstrap phase.
This commit is contained in:
Timothy Sample 2019-05-17 20:01:34 -04:00
parent 536319194f
commit 6383159503
1 changed files with 0 additions and 6 deletions

View File

@ -46,12 +46,6 @@
("pkg-config" ,pkg-config)))
(inputs
`(("guile" ,guile-2.2)))
(arguments
'(#:phases
(modify-phases %standard-phases
(add-before 'configure 'bootstrap
(lambda _
(zero? (system* "sh" "bootstrap")))))))
(home-page "https://gitlab.com/samplet/gash")
(synopsis "POSIX-compatible shell written in Guile Scheme")
(description "Gash is a POSIX-compatible shell written in Guile