Merge pull request #163678 from lukegb/mercurial
mercurial: disable all non-essential phases in withExtensions
This commit is contained in:
commit
f5331b444b
1 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,10 @@ in
|
|||
nativeBuildInputs = self.nativeBuildInputs;
|
||||
|
||||
dontUnpack = true;
|
||||
dontPatch = true;
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
doCheck = false;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Reference in a new issue