mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Nettle: Disable tests on Cygwin.
svn path=/nixpkgs/trunk/; revision=17262
This commit is contained in:
parent
ee720ec763
commit
dbaa2bdf70
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ gmp gnum4 ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = (stdenv.system != "i686-cygwin");
|
||||
|
||||
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
||||
./cygwin.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user