forked from mirrors/nixpkgs
Merge pull request #161543 from Stunkymonkey/mercurial.withExtensions-phases
This commit is contained in:
commit
f49aa165fb
|
@ -180,7 +180,7 @@ in
|
|||
buildInputs = self.buildInputs ++ self.propagatedBuildInputs;
|
||||
nativeBuildInputs = self.nativeBuildInputs;
|
||||
|
||||
phases = [ "installPhase" "installCheckPhase" ];
|
||||
dontUnpack = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
|
Loading…
Reference in a new issue