mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue