phpactor: include the tokenizer extension

This commit is contained in:
Zuruuh
2025-07-21 10:46:51 +02:00
parent 3377106ef4
commit 1b51145e39
+8 -1
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 \