mercurial: disable check phase on Darwin
The tests seem to be unstable in the Darwin env.
This commit is contained in:
parent
c8ab07a8e1
commit
3d869b89b0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let
|
|||
makeFlags = [ "PREFIX=$(out)" ]
|
||||
++ lib.optional rustSupport "PURE=--rust";
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.isLinux; # tests seem unstable on Darwin
|
||||
checkInputs = [
|
||||
unzip
|
||||
which
|
||||
|
|
Loading…
Reference in a new issue