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