Unverified Commit 1b51145e authored by Zuruuh's avatar Zuruuh
Browse files

phpactor: include the `tokenizer` extension

parent 3377106e
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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 \