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