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:
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 a new issue