mercurial: disable all non-essential phases in withExtensions

This commit is contained in:
Luke Granger-Brown 2022-03-11 15:42:05 +00:00
parent f7f0f81cf6
commit f491e8c332

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