rex: fix runtime with patchShebangs
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user