phpactor: include the tokenizer extension (#427092)

This commit is contained in:
Pol Dellaiera 2025-07-21 12:02:24 +02:00 committed by GitHub
commit 14736ae590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,14 @@ php.buildComposerProject2 (finalAttrs: {
nativeBuildInputs = [ installShellFiles ];
php = php.withExtensions ({ all, ... }: with all; [ mbstring ]);
php = php.withExtensions (
{ all, ... }:
with all;
[
mbstring
tokenizer
]
);
postInstall = ''
installShellCompletion --cmd phpactor \