mercurial: disable check phase on Darwin

The tests seem to be unstable in the Darwin env.
main
pacien 2 years ago
parent c8ab07a8e1
commit 3d869b89b0
  1. 2
      pkgs/applications/version-management/mercurial/default.nix

@ -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…
Cancel
Save