Merge pull request #326091 from mdevlamynck/fix-phpactor

phpactor: fix build
This commit is contained in:
Pol Dellaiera
2024-07-11 11:05:03 +02:00
committed by GitHub
+4
View File
@@ -19,6 +19,10 @@ php.buildComposerProject (finalAttrs: {
nativeBuildInputs = [ installShellFiles ];
postPatch = ''
patchShebangs bin/phpactor
'';
postInstall = ''
installShellCompletion --cmd phpactor \
--bash <($out/bin/phpactor completion bash)