phpactor: include the tokenizer
extension (#427092)
This commit is contained in:
commit
14736ae590
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user