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
+2
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)