Merge pull request #163678 from lukegb/mercurial

mercurial: disable all non-essential phases in withExtensions
This commit is contained in:
Luke Granger-Brown 2022-03-11 16:20:56 +00:00 committed by GitHub
commit f5331b444b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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