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

Merge pull request #326091 from mdevlamynck/fix-phpactor

phpactor: fix build
parents bfe1416e fb2e1920
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ php.buildComposerProject (finalAttrs: {

  nativeBuildInputs = [ installShellFiles ];

  postPatch = ''
    patchShebangs bin/phpactor
  '';

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