me
/
guix
Archived
1
0
Fork 0

gnu: chez-web: Fix conflicting bootstrap phase.

* gnu/packages/chez.scm (chez-web): Fix conflicting bootstrap phase.
master
Pierre Neidhardt 2018-12-14 10:52:33 +01:00
parent c11f3b3d68
commit 13d37d8403
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 0 deletions

View File

@ -289,6 +289,9 @@ and 32-bit PowerPC architectures.")
#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
;; This package has a custom "bootstrap" script that
;; is meant to be run from the Makefile.
(delete 'bootstrap)
(replace 'configure
(lambda* _
(copy-file "config.mk.template" "config.mk")