gnu: commencement: bzip2-boot0: Add diffutils-boot0 dependency.
* gnu/packages/commencement.scm (bzip2-boot0): Add diffutils-boot0 dependency; fixes traditional bootstrap mode (non-intel-linux architectures).
This commit is contained in:
parent
bbb219bdfe
commit
0c54440b79
@ -2524,7 +2524,8 @@ exec " gcc "/bin/" program
|
||||
(name "bzip2-boot0")
|
||||
(native-inputs `())
|
||||
(inputs
|
||||
`(("make" ,gnu-make-boot0)
|
||||
`(("diffutils" ,diffutils-boot0)
|
||||
("make" ,gnu-make-boot0)
|
||||
,@(%bootstrap-inputs+toolchain)))
|
||||
(arguments
|
||||
`(#:guile ,%bootstrap-guile
|
||||
|
Loading…
Reference in New Issue
Block a user