* Add more stuff to the bootstrap builder.

* Remove some redundant *Diet values in all-packages.nix.

svn path=/nixpkgs/trunk/; revision=6780
This commit is contained in:
Eelco Dolstra
2006-10-19 21:36:51 +00:00
parent fc56793b67
commit c6ecc900cf
5 changed files with 49 additions and 46 deletions
+3 -2
View File
@@ -7,13 +7,14 @@ let
# stdenv-linux's dependencies, rather than building new ones with
# dietlibc.
bootStdenv = removeAttrs (pkgs.useDietLibC pkgs.stdenv)
["bash" "bzip2" "coreutils"];
["bash" "bzip2" "coreutils" "gnutar" "patchelf"];
};
generator = pkgs.stdenv.mkDerivation {
name = "bootstrap-tools-generator";
builder = ./make-bootstrap-tools.sh;
inherit (pkgsDiet) bash bzip2 coreutils;
inherit (pkgsDiet) bash bzip2 coreutils gnutar;
curl = pkgsDiet.realCurl;
# The result should not contain any references (store paths) so
# that we can safely copy them out of the store and to other