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