janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 859b9fdc352b390e07a174714ed0b6ef76447f7c
Author: Jan Nieuwenhuizen <[email protected]>
Date: Sun Sep 9 22:34:42 2018 +0200
gnu: mes-boot: Oops, support %fake-bootstrap = #f.
* gnu/packages/commencement.scm (mes-boot): Oops, support %fake-bootstrap =
#f.
---
gnu/packages/commencement.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5a1f3ce..54b5253 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -250,6 +250,8 @@
(setenv "GUILE_TOOLS" "true") ; no tools in bootstrap-guile
(invoke "bash" "-x" "configure.sh"
(string-append "--prefix=" out))
+ (setenv "MES" "src/mes")
+ (setenv "MESCC" "scripts/mescc")
(when ,%fake-bootstrap? ; Cheat using Guile+Nyacc+MesCC; ~30
times faster
(let ((dir (with-directory-excursion ".." (getcwd)))
(guile (assoc-ref %build-inputs "guile"))