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:
parent
f0505fde55
commit
6340afee28
2 changed files with 3 additions and 2 deletions
|
@ -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)))))
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue