* Add findutils to the bootstrap tools.
svn path=/nixpkgs/trunk/; revision=6791
This commit is contained in:
@@ -7,14 +7,14 @@ let
|
||||
# stdenv-linux's dependencies, rather than building new ones with
|
||||
# dietlibc.
|
||||
bootStdenv = removeAttrs (pkgs.useDietLibC pkgs.stdenv)
|
||||
["binutils" "gcc" "coreutils" "gnused" "gnugrep" "gnutar" "gzip" "bzip2" "bash" "patch" "patchelf"];
|
||||
["binutils" "gcc" "coreutils" "findutils" "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 gzip bzip2 bash patch;
|
||||
inherit (pkgsDiet) coreutils findutils gnused gnugrep gnutar gzip bzip2 bash patch;
|
||||
binutils = pkgsDiet.binutils;
|
||||
|
||||
gcc = import ../../development/compilers/gcc-static-4.1 {
|
||||
|
||||
@@ -37,6 +37,8 @@ cp $coreutils/bin/* tools/bin
|
||||
rm tools/bin/groups # has references
|
||||
rm tools/bin/printf # idem
|
||||
|
||||
cp $findutils/bin/find tools/bin
|
||||
cp $findutils/bin/xargs tools/bin
|
||||
cp $gnused/bin/* tools/bin
|
||||
cp $gnugrep/bin/* tools/bin
|
||||
cp $gnutar/bin/* tools/bin
|
||||
|
||||
Reference in New Issue
Block a user