BDW-GC: Fix Cygwin builds with the CVS tree.
svn path=/nixpkgs/trunk/; revision=25691
This commit is contained in:
parent
2985218698
commit
bef4ae60e4
@ -28,7 +28,7 @@ stdenv.mkDerivation ({
|
|||||||
sha256 = "00f7aed82fa02211db93692c24b74e15010aff545f97691c5e362432a7ae283a";
|
sha256 = "00f7aed82fa02211db93692c24b74e15010aff545f97691c5e362432a7ae283a";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
patches = stdenv.lib.optional (stdenv.isCygwin && !cvs)
|
||||||
./cygwin-pthread-dl.patch;
|
./cygwin-pthread-dl.patch;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user