julia_05: disable tests on Darwin

This commit is contained in:
Vincent Laporte 2017-07-05 18:02:18 +00:00
parent 18e3799cd1
commit 8f106ead47

View file

@ -155,7 +155,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = true;
doCheck = !stdenv.isDarwin;
checkTarget = "testall";
# Julia's tests require read/write access to $HOME
preCheck = ''