cygwin: turn off tests for swig since they depend on tcl (which i havent yet figure out how to build)

This commit is contained in:
Rok Garbas 2015-06-05 15:47:32 +02:00
parent 0a7c5e4f68
commit 85b7673e92

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "02dc8g8wy75nd2is1974rl24c6mdl0ai1vszs1xpg9nd7dlv6i8r";
};
doCheck = true;
doCheck = !stdenv.isCygwin;
# 'make check' uses boost and tcl
buildInputs = stdenv.lib.optionals doCheck [ boost tcl ];