phpactor: explicitly list required php extensions

This commit is contained in:
Sandro Jäckel 2025-07-07 19:53:42 +02:00
parent 65cb161317
commit 6659b59e61
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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