Archived
1
0
Fork 0

gnu: commencement: gcc-mesboot-wrapper: Use Gash instead of coreutils&co.

* gnu/packages/commencement.scm (gcc-mesboot-wrapper): Use Gash instead of
coreutils&co.
(%boot-mesboot5-inputs): New variable.
This commit is contained in:
Jan Nieuwenhuizen 2019-11-22 22:34:32 +01:00
parent d9de3abcab
commit d7e8467f97
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2606,10 +2606,16 @@ exec " gcc "/bin/" program
(version (package-version gcc-mesboot))
(source #f)
(inputs '())
(native-inputs `(("bash" ,%bootstrap-coreutils&co)
(native-inputs `(("bash" ,bash-mesboot)
("coreutils" ,coreutils-mesboot0)
("libc" ,glibc-mesboot)
("gcc" ,gcc-mesboot)))))
(define (%boot-mesboot5-inputs)
`(("gcc-wrapper" ,gcc-mesboot-wrapper)
("gcc" ,gcc-mesboot)
,@(fold alist-delete (%boot-mesboot4-inputs) '("gcc" "gcc-wrapper"))))
(define m4-mesboot
(package
(inherit m4)