ispc: only check on Linux

The test suite tries to execute `transcendentals` tests, which is not
expected to work anywhere except Linux.
This commit is contained in:
Mario Rodas
2019-11-03 16:20:00 -05:00
parent 5ddd4dbb12
commit b60853cdca

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
# there are missing dependencies in the Makefile, causing sporadic build failures
enableParallelBuilding = false;
doCheck = true;
doCheck = stdenv.isLinux;
buildInputs = with llvmPackages; [
which