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 preInstall = '' 20 substituteInPlace unipicker --replace "/etc/unipickerrc" "$out/etc/unipickerrc" 21 substituteInPlace unipickerrc --replace "/usr/local" "$out" 22 ''; 23 24 makeFlags = [
··· 19 preInstall = '' 20 substituteInPlace unipicker --replace "/etc/unipickerrc" "$out/etc/unipickerrc" 21 substituteInPlace unipickerrc --replace "/usr/local" "$out" 22 + substituteInPlace unipicker --replace "fzf" "${fzf}/bin/fzf" 23 + substituteInPlace unipickerrc --replace "fzf" "${fzf}/bin/fzf" 24 ''; 25 26 makeFlags = [