Merge pull request #251360 from qbit/rex-fix

rex: fix runtime with patchShebangs
This commit is contained in:
Stig 2023-08-26 22:13:53 +02:00 committed by GitHub
commit c34a05e86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,10 @@ perlPackages.buildPerlPackage rec {
outputs = [ "out" ];
postPatch = ''
patchShebangs bin
'';
fixupPhase = ''
for sh in bash zsh; do
substituteInPlace ./share/rex-tab-completion.$sh \