mercurial: disable all non-essential phases in withExtensions

main
Luke Granger-Brown 2 years ago
parent f7f0f81cf6
commit f491e8c332
  1. 4
      pkgs/applications/version-management/mercurial/default.nix

@ -181,6 +181,10 @@ in
nativeBuildInputs = self.nativeBuildInputs;
dontUnpack = true;
dontPatch = true;
dontConfigure = true;
dontBuild = true;
doCheck = false;
installPhase = ''
runHook preInstall

Loading…
Cancel
Save