Commit f491e8c3 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

mercurial: disable all non-essential phases in withExtensions

parent f7f0f81c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -181,6 +181,10 @@ in
        nativeBuildInputs = self.nativeBuildInputs;

        dontUnpack = true;
        dontPatch = true;
        dontConfigure = true;
        dontBuild = true;
        doCheck = false;

        installPhase = ''
          runHook preInstall