gnu: commencement: %boot0-inputs: Soft-code Scheme-only additions.
* gnu/packages/commencement.scm (%boot0-inputs)[x86-linux,x86_64-linux]: Include *-boot0 additions for Scheme-only bootstrap.master
parent
0c54440b79
commit
0a3e8536d9
|
@ -2669,16 +2669,19 @@ exec " gcc "/bin/" program
|
|||
,@(package-arguments tar)))))
|
||||
|
||||
(define (%boot0-inputs)
|
||||
`(("bzip2" ,bzip2-boot0)
|
||||
("coreutils" ,coreutils-boot0)
|
||||
`(,@(match (%current-system)
|
||||
((or "i686-linux" "x86_64-linux")
|
||||
`(("bzip2" ,bzip2-boot0)
|
||||
("coreutils" ,coreutils-boot0)
|
||||
("gawk" ,gawk-boot0)
|
||||
("patch" ,patch-boot0)
|
||||
("sed" ,sed-boot0)
|
||||
("tar" ,tar-boot0)))
|
||||
(_ '()))
|
||||
("make" ,gnu-make-boot0)
|
||||
("diffutils" ,diffutils-boot0)
|
||||
("findutils" ,findutils-boot0)
|
||||
("file" ,file-boot0)
|
||||
("gawk" ,gawk-boot0)
|
||||
("make" ,gnu-make-boot0)
|
||||
("patch" ,patch-boot0)
|
||||
("sed" ,sed-boot0)
|
||||
("tar" ,tar-boot0)
|
||||
,@(%bootstrap-inputs+toolchain)))
|
||||
|
||||
(define* (boot-triplet #:optional (system (%current-system)))
|
||||
|
|
Reference in New Issue