rex: fix runtime with patchShebangs

This commit is contained in:
Aaron Bieber 2023-08-25 06:27:36 -06:00
parent e9e72a4b0d
commit 9e10716644
No known key found for this signature in database

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 \