mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
phel: replace postCheckInstall
with postInstallCheck
This commit is contained in:
parent
4dfb2b2405
commit
18ff9047fd
@ -17,7 +17,7 @@ php.buildComposerProject (finalAttrs: {
|
||||
vendorHash = "sha256-83GX/dxHa6w1E34wnJshg7yxlVyRkDT5jmAPCCqPdtA=";
|
||||
|
||||
doInstallCheck = true;
|
||||
postCheckInstall = ''
|
||||
postInstallCheck = ''
|
||||
$out/bin/phel --version
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user