* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user