···373839 # Download and unpack the bootstrap tools (coreutils, GCC, Glibc, ...).
40- bootstrapTools = derivation {
41- name = "bootstrap-tools";
42-43- builder = bootstrapFiles.busybox;
44-45- args = [ "ash" "-e" ./scripts/unpack-bootstrap-tools.sh ];
46-47- tarball = bootstrapFiles.bootstrapTools;
48-49- inherit system;
50-51- # Needed by the GCC wrapper.
52- langC = true;
53- langCC = true;
54- isGNU = true;
55- };
565758 # This function builds the various standard environments used during
···373839 # Download and unpack the bootstrap tools (coreutils, GCC, Glibc, ...).
40+ bootstrapTools = import ./bootstrap-tools { inherit system bootstrapFiles; };
000000000000000414243 # This function builds the various standard environments used during