guix/gnu
Ludovic Courtès 836a85da0e
gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries.
* gnu/packages/bootstrap.scm (%bootstrap-executables): New variable.
(bootstrap-executable-url, bootstrap-executable): New procedure.
(raw-build)[->store]: Use 'run-with-store' and 'origin->derivation'.
Add calls to 'derivation->output-path', and remove the list of
references passed to 'add-text-to-store' for BUILDER.  Augment the list
of #:inputs passed to 'derivation'.
(package-from-tarball): Use 'bootstrap-executable' instead of
'search-bootstrap-binary'.
(%bootstrap-glibc, %bootstrap-gcc, %bootstrap-mescc-tools)
(%bootstrap-mes): Likewise.
* guix/scripts/environment.scm (environment-bash): Use
'bootstrap-executable' instead of 'search-bootstrap-binary'.
(guix-environment): Adjust CONTAINER? case accordingly.
* po/guix/POTFILES.in: Add gnu/packages/bootstrap.scm.
2019-06-14 21:57:01 +02:00
..
bootloader
build Merge branch 'master' into core-updates 2019-06-13 13:24:35 +02:00
installer
packages gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries. 2019-06-14 21:57:01 +02:00
services services: Import (srfi srfi-26) from the build side. 2019-06-12 17:26:28 +02:00
system
tests
artwork.scm
bootloader.scm
ci.scm
installer.scm
local.mk gnu: guile: Disable unreliable out-of-memory test 2019-06-14 09:46:49 +02:00
packages.scm
services.scm
system.scm
tests.scm