guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

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