Loading pkgs/by-name/ph/phpactor/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/by-name/ph/phpactor/package.nix +8 −1 Original line number Diff line number Diff line Loading @@ -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