phel: replace postCheckInstall with postInstallCheck

This commit is contained in:
Pol Dellaiera 2024-02-15 22:26:38 +01:00
parent 4dfb2b2405
commit 18ff9047fd
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -17,7 +17,7 @@ php.buildComposerProject (finalAttrs: {
vendorHash = "sha256-83GX/dxHa6w1E34wnJshg7yxlVyRkDT5jmAPCCqPdtA=";
doInstallCheck = true;
postCheckInstall = ''
postInstallCheck = ''
$out/bin/phel --version
'';