This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
Ludovic Courtès
18633d4f35
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.
|
2012-11-04 22:04:41 +01:00 |
.. |
build-utils.scm
|
utils: Add `fold-port-matches' and `remove-store-references'.
|
2012-10-16 23:01:01 +02:00 |
builders.scm
|
distro: Move bootstrap packages to (distro packages bootstrap).
|
2012-11-04 22:04:41 +01:00 |
derivations.scm
|
distro: Move bootstrap packages to (distro packages bootstrap).
|
2012-11-04 22:04:41 +01:00 |
guix-build.sh
|
build: Add unit test for the `guix-build' command.
|
2012-11-01 00:52:46 +01:00 |
guix-package.sh
|
Add a preliminary `guix-package' command-line tool.
|
2012-11-01 01:46:15 +01:00 |
packages.scm
|
distro: Move bootstrap packages to (distro packages bootstrap).
|
2012-11-04 22:04:41 +01:00 |
snix.scm
|
Add (guix snix) and the `guix-import' command.
|
2012-11-04 19:38:31 +01:00 |
test.drv
|
Add unit test for derivation parsing and output.
|
2012-04-19 23:09:55 +02:00 |
union.scm
|
distro: Move bootstrap packages to (distro packages bootstrap).
|
2012-11-04 22:04:41 +01:00 |
utils.scm
|
utils: Add `package-name->name+version'.
|
2012-11-04 01:29:18 +01:00 |