build-support/php: add doInstallCheck

This commit is contained in:
Pol Dellaiera 2023-10-16 22:07:52 +02:00
parent 12741f2c30
commit e34034b7a6
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ let
runHook postInstall
'';
doInstallCheck = previousAttrs.doInstallCheck or false;
installCheckPhase = previousAttrs.installCheckPhase or ''
runHook preCheckInstall

View File

@ -74,6 +74,7 @@ let
runHook postInstall
'';
doInstallCheck = previousAttrs.doInstallCheck or false;
installCheckPhase = previousAttrs.installCheckPhase or ''
runHook preCheckInstall