guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/16: gnu: chez-web: Fix conflicting bootstrap phase.


From: guix-commits
Subject: 02/16: gnu: chez-web: Fix conflicting bootstrap phase.
Date: Fri, 14 Dec 2018 17:32:47 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit 13d37d840366e79dc5c616f261bcb9a552b999f1
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Dec 14 10:52:33 2018 +0100

    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 60776b6..c785814 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]