mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: chez-web: Fix conflicting bootstrap phase.
* gnu/packages/chez.scm (chez-web): Fix conflicting bootstrap phase.
This commit is contained in:
parent
c11f3b3d68
commit
13d37d8403
1 changed files with 3 additions and 0 deletions
|
@ -289,6 +289,9 @@ (define-public chez-web
|
||||||
#:tests? #f ; no tests
|
#:tests? #f ; no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-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
|
(replace 'configure
|
||||||
(lambda* _
|
(lambda* _
|
||||||
(copy-file "config.mk.template" "config.mk")
|
(copy-file "config.mk.template" "config.mk")
|
||||||
|
|
Loading…
Reference in a new issue