From 13d37d840366e79dc5c616f261bcb9a552b999f1 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 14 Dec 2018 10:52:33 +0100 Subject: gnu: chez-web: Fix conflicting bootstrap phase. * gnu/packages/chez.scm (chez-web): Fix conflicting bootstrap phase. --- gnu/packages/chez.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 60776b60f7..c7858147cf 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -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") -- cgit v1.2.3