Nettle: Disable tests on Cygwin.
svn path=/nixpkgs/trunk/; revision=17262
This commit is contained in:
parent
ee720ec763
commit
dbaa2bdf70
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue