me
/
guix
Archived
1
0
Fork 0

bootstrap: Update %bootstrap-tarballs.

* gnu/packages/make-bootstrap.scm (%bootstrap-tarballs): Update to use
%mescc-tools-bootstrap-tarball, %mes-bootstrap-tarball,
%linux-libre-headers-bootstrap-tarball.
master
Jan Nieuwenhuizen 2018-11-16 21:58:37 +01:00
parent 4fd4efc812
commit d9ed0a4630
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 5 additions and 4 deletions

View File

@ -804,10 +804,11 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
#t)))
(inputs `(("guile-tarball" ,%guile-bootstrap-tarball)
,@(match (%current-system)
("i686-linux" `(("mescc-tools-seed" ,(@ (gnu packages bootstrap) %mescc-tools-seed))
("mes-seed" ,(@ (gnu packages bootstrap) %mes-seed))
("srfi-43" ,(@ (gnu packages bootstrap) %srfi-43))
("tinycc-seed" ,(@ (gnu packages bootstrap) %tinycc-seed))))
((or "i686-linux" "x86_64-linux")
`(("bootstrap-mescc-tools" ,%mescc-tools-bootstrap-tarball)
("bootstrap-mes" ,%mes-bootstrap-tarball)
("bootstrap-linux-libre-headers"
,%linux-libre-headers-bootstrap-tarball)))
(_ `(("gcc-tarball" ,%gcc-bootstrap-tarball)
("binutils-tarball" ,%binutils-bootstrap-tarball)
("glibc-tarball" ,(%glibc-bootstrap-tarball)))))