Remove findutils 4.2.27
We only used this version on Darwin, but the regular findutils seems to build fine.
This commit is contained in:
parent
2eace0dfe6
commit
f04aa4fb59
@ -1,14 +0,0 @@
|
|||||||
{stdenv, fetchurl, coreutils}:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "findutils-4.2.27";
|
|
||||||
src = fetchurl {
|
|
||||||
url = http://nixos.org/tarballs/findutils-4.2.27.tar.gz;
|
|
||||||
md5 = "f1e0ddf09f28f8102ff3b90f3b5bc920";
|
|
||||||
};
|
|
||||||
buildInputs = [coreutils];
|
|
||||||
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 []);
|
|
||||||
}
|
|
@ -718,12 +718,7 @@ let
|
|||||||
|
|
||||||
fileschanged = callPackage ../tools/misc/fileschanged { };
|
fileschanged = callPackage ../tools/misc/fileschanged { };
|
||||||
|
|
||||||
findutils =
|
findutils = callPackage ../tools/misc/findutils { };
|
||||||
if stdenv.isDarwin
|
|
||||||
then findutils4227
|
|
||||||
else callPackage ../tools/misc/findutils { };
|
|
||||||
|
|
||||||
findutils4227 = callPackage ../tools/misc/findutils/4.2.27.nix { };
|
|
||||||
|
|
||||||
finger_bsd = callPackage ../tools/networking/bsd-finger { };
|
finger_bsd = callPackage ../tools/networking/bsd-finger { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user