distro: Move bootstrap packages to (distro packages bootstrap).
authorLudovic Courtès <ludo@gnu.org>
Sun, 4 Nov 2012 21:04:41 +0000 (22:04 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 4 Nov 2012 21:04:41 +0000 (22:04 +0100)
commit18633d4f350160c2eb6f5101a628010322336e91
treeb4ecda9841422044bb583026e129624dd47f3c8f
parent9d9e64508186e5f9efbe45302134cd709b25e47b
distro: Move bootstrap packages to (distro packages bootstrap).

* distro/packages/base.scm (glibc-dynamic-linker, %bootstrap-guile,
  bootstrap-origin, package-from-tarball, %bootstrap-base-url,
  %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc,
  %bootstrap-gcc, %bootstrap-inputs, package-with-bootstrap-guile): Move
  to ...
* distro/packages/bootstrap.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
* tests/builders.scm: Use (distro packages bootstrap).
  (%bootstrap-guile): Remove.
* tests/packages.scm: Likewise.
* tests/union.scm: Likewise, and remove @@ to access %bootstrap-inputs.
* tests/derivations.scm: Use (distro packages bootstrap) and remove @@
  to access %bootstrap-coreutils&co.
* HACKING (When the platform is supported by Nixpkgs): Update
  accordingly.
HACKING
Makefile.am
distro/packages/base.scm
distro/packages/bootstrap.scm [new file with mode: 0644]
tests/builders.scm
tests/derivations.scm
tests/packages.scm
tests/union.scm