* `make check' for Cache-FastMmap fails randomly under high load

because it's timing sensitive, so disable it (see
  http://hydra.nixos.org/build/26871/nixlog/1).

svn path=/nixpkgs/trunk/; revision=15338
This commit is contained in:
Eelco Dolstra 2009-04-27 15:43:36 +00:00
parent 3e0708e505
commit 1ca8ff1cbb

View File

@ -90,6 +90,7 @@ rec {
url = mirror://cpan/authors/id/R/RO/ROBM/Cache-FastMmap-1.28.tar.gz;
sha256 = "1m851bz5025wy24mzsi1i8hdyg8bm7lszx9rnn47llsv6hb9v0da";
};
doCheck = false;
};
CaptchaReCAPTCHA = buildPerlPackage rec {