* Add findutils to the bootstrap tools.
svn path=/nixpkgs/trunk/; revision=6791
This commit is contained in:
@@ -7,5 +7,8 @@ stdenv.mkDerivation {
|
||||
md5 = "f1e0ddf09f28f8102ff3b90f3b5bc920";
|
||||
};
|
||||
buildInputs = [coreutils];
|
||||
patches = [./findutils-path.patch];
|
||||
patches = [./findutils-path.patch]
|
||||
# Note: the dietlibc is just to get findutils to compile. The
|
||||
# locate command probably won't work though.
|
||||
++ (if stdenv ? isDietLibC then [./dietlibc-hack.patch] else []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user