guix-commits
[Top][All Lists]
Advanced

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

15/20: REMOVEME Use mes-next for tcc-boot0-next.


From: guix-commits
Subject: 15/20: REMOVEME Use mes-next for tcc-boot0-next.
Date: Sun, 20 Dec 2020 04:03:18 -0500 (EST)

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

commit c25cc2bc40787ff2256c8cda9aacf368a5796944
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 17 11:44:37 2020 +0100

    REMOVEME Use mes-next for tcc-boot0-next.
    
    XXX Find out why this fixes the build.
    
    * gnu/packages/commencement.scm (tcc-boot0-next)[native-inputs]: Use 
mes-next
    instead of mes-boot-next.
---
 gnu/packages/commencement.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index e9f77d4..767daa3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -740,15 +740,16 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
     (inputs '())
     (propagated-inputs '())
     (native-inputs
-     `(("mes" ,mes-boot-next)
-       ("guile" ,%bootstrap-guile) ;; HACK: use Guile
+     `(,@(if #f `(("mes" ,mes-boot-next))
+             `(("mes" ,mes-next))) ;; HACK use mes-next
+       ("guile" ,guile-2.2) ;; HACK: use Guile
        ("nyacc-source" ,(origin (inherit (package-source nyacc-1.00.2))
                                 (snippet #f)))
        ("mescc-tools" ,%bootstrap-mescc-tools)
        ,@(%boot-gash-inputs)))
     (arguments
      `(#:implicit-inputs? #f
-       #:guile ,%bootstrap-guile
+       ;;#:guile ,%bootstrap-guile ;; HACK: use Guile-2.2
        #:validate-runpath? #f           ; no dynamic executables
        #:strip-binaries? #f             ; no strip yet
        #:phases



reply via email to

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