Unverified Commit 14736ae5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

phpactor: include the `tokenizer` extension (#427092)

parents 2baf8e16 1b51145e
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 \