* Add gzip, binutils. Getting there...

svn path=/nixpkgs/trunk/; revision=6784
This commit is contained in:
Eelco Dolstra
2006-10-20 10:13:07 +00:00
parent 884e8571c3
commit 63720cf493
3 changed files with 24 additions and 9 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)
["coreutils" "gnused" "gnutar" "gnugrep" "bzip2" "bash" "patch" "patchelf"];
["binutils" "coreutils" "gnused" "gnugrep" "gnutar" "gzip" "bzip2" "bash" "patch" "patchelf"];
};
generator = pkgs.stdenv.mkDerivation {
name = "bootstrap-tools-generator";
builder = ./make-bootstrap-tools.sh;
inherit (pkgsDiet) coreutils gnused gnugrep gnutar bzip2 bash patch;
inherit (pkgsDiet) coreutils gnused gnugrep gnutar gzip bzip2 bash patch;
binutils = pkgsDiet.binutils;
curl = pkgsDiet.realCurl;
# The result should not contain any references (store paths) so