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 19 20 20 nativeBuildInputs = [ installShellFiles ]; 21 21 22 + postPatch = '' 23 + patchShebangs bin/phpactor 24 + ''; 25 + 22 26 postInstall = '' 23 27 installShellCompletion --cmd phpactor \ 24 28 --bash <($out/bin/phpactor completion bash)