mercurial: disable check phase on Darwin
The tests seem to be unstable in the Darwin env.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user