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:
Jan Nieuwenhuizen 2020-02-18 11:35:28 +01:00
parent bbb219bdfe
commit 0c54440b79
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2524,7 +2524,8 @@ (define bzip2-boot0
(name "bzip2-boot0")
(native-inputs `())
(inputs
`(("make" ,gnu-make-boot0)
`(("diffutils" ,diffutils-boot0)
("make" ,gnu-make-boot0)
,@(%bootstrap-inputs+toolchain)))
(arguments
`(#:guile ,%bootstrap-guile