build-support/php: replace preCheckInstall, postCheckInstall with preInstallCheck, postInstallCheck

This commit is contained in:
Pol Dellaiera 2024-02-15 22:26:18 +01:00
parent 9d53d0c01e
commit 4dfb2b2405
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA
2 changed files with 4 additions and 4 deletions

View file

@ -57,9 +57,9 @@ let
doInstallCheck = previousAttrs.doInstallCheck or false;
installCheckPhase = previousAttrs.installCheckPhase or ''
runHook preCheckInstall
runHook preInstallCheck
runHook postCheckInstall
runHook postInstallCheck
'';
composerRepository = phpDrv.mkComposerRepository {

View file

@ -78,9 +78,9 @@ let
doInstallCheck = previousAttrs.doInstallCheck or false;
installCheckPhase = previousAttrs.installCheckPhase or ''
runHook preCheckInstall
runHook preInstallCheck
runHook postCheckInstall
runHook postInstallCheck
'';
COMPOSER_CACHE_DIR = "/dev/null";