guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mes-boot: Oops, support %fake-bootstrap = #f.


From: Jan Nieuwenhuizen
Subject: 01/01: gnu: mes-boot: Oops, support %fake-bootstrap = #f.
Date: Mon, 10 Sep 2018 00:47:00 -0400 (EDT)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 859b9fdc352b390e07a174714ed0b6ef76447f7c
Author: Jan Nieuwenhuizen <address@hidden>
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"))



reply via email to

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