PCRE: Disable tests on Cygwin.

svn path=/nixpkgs/trunk/; revision=34219
This commit is contained in:
Ludovic Courtès 2012-05-24 15:03:54 +00:00
parent b4cecdea10
commit 0524b60614

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
${if !cplusplusSupport then "--disable-cpp" else ""}
'' + stdenv.lib.optionalString stdenv.isDarwin "CXXFLAGS=-O0";
doCheck = true;
doCheck = !stdenv.isCygwin; # XXX: test failure on Cygwin
meta = {
homepage = "http://www.pcre.org/";