forked from mirrors/nixpkgs
julia_05: disable tests on Darwin
This commit is contained in:
parent
18e3799cd1
commit
8f106ead47
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue