mercurial: disable check phase on Darwin

The tests seem to be unstable in the Darwin env.
This commit is contained in:
pacien 2022-01-06 07:51:01 +01:00
parent c8ab07a8e1
commit 3d869b89b0

View file

@ -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