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:
Jan Nieuwenhuizen 2019-12-13 23:12:56 +01:00
parent f0505fde55
commit 6340afee28
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273
2 changed files with 3 additions and 2 deletions

View file

@ -2754,6 +2754,7 @@ (define file-boot0
`(#:tests? #f ; merge test fails
#:implicit-inputs? #f
#:guile ,%bootstrap-guile
#:configure-flags '("--disable-bzlib")
#:strip-binaries? #f
#:validate-runpath? #f
,@(package-arguments file)))))

View file

@ -889,8 +889,8 @@ (define %bootstrap-tarballs
,%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)