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

phpactor: explicitly list required php extensions (#423274)

parents 6ec4d5f0 6659b59e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ php.buildComposerProject2 (finalAttrs: {

  nativeBuildInputs = [ installShellFiles ];

  php = php.withExtensions ({ all, ... }: with all; [ mbstring ]);

  postInstall = ''
    installShellCompletion --cmd phpactor \
    --bash <(php $out/bin/phpactor completion bash)