fzf: fix perl detection
Before the command detection required a perl in PATH
This commit is contained in:
parent
891e7b46b9
commit
0dcfabb9e0
@ -60,6 +60,7 @@ buildGoModule rec {
|
||||
# Has a sneaky dependency on perl
|
||||
# Include first args to make sure we're patching the right thing
|
||||
substituteInPlace shell/key-bindings.bash \
|
||||
--replace "command -v perl" "command -v ${ourPerl}/bin/perl" \
|
||||
--replace " perl -n " " ${ourPerl}/bin/perl -n "
|
||||
# fzf-tmux depends on bc
|
||||
substituteInPlace bin/fzf-tmux \
|
||||
|
Loading…
Reference in New Issue
Block a user