[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/20: REMOVEME: Use coreutils&co, bash instead of gash.
From: |
guix-commits |
Subject: |
16/20: REMOVEME: Use coreutils&co, bash instead of gash. |
Date: |
Sun, 20 Dec 2020 04:03:18 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit a6e4ef6c2fcfbbf3e24520c432c862f5edd4304c
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Dec 17 16:58:58 2020 +0100
REMOVEME: Use coreutils&co, bash instead of gash.
---
gnu/packages/commencement.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 767daa3..b373306 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -746,7 +746,9 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
("nyacc-source" ,(origin (inherit (package-source nyacc-1.00.2))
(snippet #f)))
("mescc-tools" ,%bootstrap-mescc-tools)
- ,@(%boot-gash-inputs)))
+ ("gash" ,%bootstrap-coreutils&co) ;; HACK: use bash, etc
+ ;;,@(%boot-gash-inputs)
+ ))
(arguments
`(#:implicit-inputs? #f
;;#:guile ,%bootstrap-guile ;; HACK: use Guile-2.2
- branch wip-arm-bootstrap created (now 6da2ecd), guix-commits, 2020/12/20
- 01/20: gnu: mescc-tools: Update to 0.7.0., guix-commits, 2020/12/20
- 02/20: gnu: Add nyacc-1.00.2., guix-commits, 2020/12/20
- 05/20: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2020/12/20
- 06/20: bootstrap: mes-minimal: Support ARM, update to mes-0.22.115., guix-commits, 2020/12/20
- 07/20: bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2020/12/20
- 08/20: bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2020/12/20
- 10/20: commencement: Add bootstrap-mes-rewired-next., guix-commits, 2020/12/20
- 13/20: REMOVEME Use %bootstrap-guile for tcc-boot0-next., guix-commits, 2020/12/20
- 15/20: REMOVEME Use mes-next for tcc-boot0-next., guix-commits, 2020/12/20
- 16/20: REMOVEME: Use coreutils&co, bash instead of gash.,
guix-commits <=
- 17/20: commencement: Add make-mesboot0-next., guix-commits, 2020/12/20
- 03/20: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/20
- 09/20: commencement: gash-boot: Build fix for ARM., guix-commits, 2020/12/20
- 20/20: Revert "tcc-boot0-next: stop for aarch comparison", guix-commits, 2020/12/20
- 12/20: commencement: Add tcc-boot0-next., guix-commits, 2020/12/20
- 04/20: gnu: Add mes-next., guix-commits, 2020/12/20
- 11/20: commencement: Add mes-boot-next., guix-commits, 2020/12/20
- 14/20: commencement: Add tcc-boot-next., guix-commits, 2020/12/20
- 18/20: tcc-boot0-next: stop for aarch comparison, guix-commits, 2020/12/20
- 19/20: tcc-boot-next, guix-commits, 2020/12/20