Merge pull request #326091 from mdevlamynck/fix-phpactor

phpactor: fix build

authored by Pol Dellaiera and committed by GitHub f756d2a8 bfe1416e

+4
+4
pkgs/by-name/ph/phpactor/package.nix
··· 19 20 nativeBuildInputs = [ installShellFiles ]; 21 22 postInstall = '' 23 installShellCompletion --cmd phpactor \ 24 --bash <($out/bin/phpactor completion bash)
··· 19 20 nativeBuildInputs = [ installShellFiles ]; 21 22 + postPatch = '' 23 + patchShebangs bin/phpactor 24 + ''; 25 + 26 postInstall = '' 27 installShellCompletion --cmd phpactor \ 28 --bash <($out/bin/phpactor completion bash)