Merge pull request #326091 from mdevlamynck/fix-phpactor
phpactor: fix build
This commit is contained in:
@@ -19,6 +19,10 @@ php.buildComposerProject (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs bin/phpactor
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd phpactor \
|
||||
--bash <($out/bin/phpactor completion bash)
|
||||
|
||||
Reference in New Issue
Block a user