Unverified Commit 0dcfabb9 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

fzf: fix perl detection

Before the command detection required a perl in PATH
parent 891e7b46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \