1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20: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:
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 @@ exec " gcc "/bin/" program
`(#:tests? #f ; merge test fails `(#:tests? #f ; merge test fails
#:implicit-inputs? #f #:implicit-inputs? #f
#:guile ,%bootstrap-guile #:guile ,%bootstrap-guile
#:configure-flags '("--disable-bzlib")
#:strip-binaries? #f #:strip-binaries? #f
#:validate-runpath? #f #:validate-runpath? #f
,@(package-arguments file))))) ,@(package-arguments file)))))

View file

@ -889,8 +889,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
,%linux-libre-headers-bootstrap-tarball))) ,%linux-libre-headers-bootstrap-tarball)))
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball) (_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
("binutils-tarball" ,%binutils-bootstrap-tarball) ("binutils-tarball" ,%binutils-bootstrap-tarball)
("glibc-tarball" ,(%glibc-bootstrap-tarball))))) ("glibc-tarball" ,(%glibc-bootstrap-tarball))
("coreutils&co-tarball" ,%bootstrap-binaries-tarball))) ("coreutils&co-tarball" ,%bootstrap-binaries-tarball))))))
(synopsis "Tarballs containing all the bootstrap binaries") (synopsis "Tarballs containing all the bootstrap binaries")
(description synopsis) (description synopsis)
(home-page #f) (home-page #f)