rex: fix runtime with patchShebangs
This commit is contained in:
parent
e9e72a4b0d
commit
9e10716644
1 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,10 @@ perlPackages.buildPerlPackage rec {
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs bin
|
||||||
|
'';
|
||||||
|
|
||||||
fixupPhase = ''
|
fixupPhase = ''
|
||||||
for sh in bash zsh; do
|
for sh in bash zsh; do
|
||||||
substituteInPlace ./share/rex-tab-completion.$sh \
|
substituteInPlace ./share/rex-tab-completion.$sh \
|
||||||
|
|
Loading…
Reference in a new issue