mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: commencement: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball.
* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs)[i686-linux, x86_64-linux]: Remove %bootstrap-binaries-tarball. * gnu/packages/commencement.scm (file-boot0): Drop bzlib dependency.
This commit is contained in:
parent
f0505fde55
commit
6340afee28
2 changed files with 3 additions and 2 deletions
|
@ -889,8 +889,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
,%linux-libre-headers-bootstrap-tarball)))
|
||||
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
|
||||
("binutils-tarball" ,%binutils-bootstrap-tarball)
|
||||
("glibc-tarball" ,(%glibc-bootstrap-tarball)))))
|
||||
("coreutils&co-tarball" ,%bootstrap-binaries-tarball)))
|
||||
("glibc-tarball" ,(%glibc-bootstrap-tarball))
|
||||
("coreutils&co-tarball" ,%bootstrap-binaries-tarball))))))
|
||||
(synopsis "Tarballs containing all the bootstrap binaries")
|
||||
(description synopsis)
|
||||
(home-page #f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue