Merge pull request #133784 from greedy/patch-1

unipicker: use absolute path for fzf

authored by

Artturi and committed by
GitHub
c9388418 0bddd0a3

+2
+2
pkgs/applications/misc/unipicker/default.nix
··· 19 19 preInstall = '' 20 20 substituteInPlace unipicker --replace "/etc/unipickerrc" "$out/etc/unipickerrc" 21 21 substituteInPlace unipickerrc --replace "/usr/local" "$out" 22 + substituteInPlace unipicker --replace "fzf" "${fzf}/bin/fzf" 23 + substituteInPlace unipickerrc --replace "fzf" "${fzf}/bin/fzf" 22 24 ''; 23 25 24 26 makeFlags = [