findutils: disable a bogus test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user