BDW-GC: Fix Cygwin builds with the CVS tree.

svn path=/nixpkgs/trunk/; revision=25691
This commit is contained in:
Ludovic Courtès 2011-01-26 08:09:59 +00:00
parent 2985218698
commit bef4ae60e4

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation ({
sha256 = "00f7aed82fa02211db93692c24b74e15010aff545f97691c5e362432a7ae283a";
};
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
patches = stdenv.lib.optional (stdenv.isCygwin && !cvs)
./cygwin-pthread-dl.patch;
doCheck = true;