phpactor: explicitly list required php extensions (#423274)
This commit is contained in:
commit
c551ed678b
@ -21,6 +21,8 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
php = php.withExtensions ({ all, ... }: with all; [ mbstring ]);
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --cmd phpactor \
|
installShellCompletion --cmd phpactor \
|
||||||
--bash <(php $out/bin/phpactor completion bash)
|
--bash <(php $out/bin/phpactor completion bash)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user