1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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
'';