findutils: disable a bogus test

This commit is contained in:
Dmitry Kalinkin
2018-09-14 15:53:50 -04:00
parent aea9db9d50
commit ef04b4f283
2 changed files with 32 additions and 1 deletions
+7 -1
View File
@@ -10,7 +10,13 @@ stdenv.mkDerivation rec {
sha256 = "178nn4dl7wbcw499czikirnkniwnx36argdnqgz4ik9i6zvwkm6y";
};
patches = [ ./memory-leak.patch ./no-install-statedir.patch ];
patches = [
./memory-leak.patch
./no-install-statedir.patch
# prevent tests from failing on old kernels
./disable-getdtablesize-test.patch
];
buildInputs = [ coreutils ]; # bin/updatedb script needs to call sort