phpactor: explicitly list required php extensions (#423274)

This commit is contained in:
Pol Dellaiera 2025-07-09 07:53:16 +02:00 committed by GitHub
commit c551ed678b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)