Merge pull request #133784 from greedy/patch-1
unipicker: use absolute path for fzf
This commit is contained in:
commit
c93884185a
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||
preInstall = ''
|
||||
substituteInPlace unipicker --replace "/etc/unipickerrc" "$out/etc/unipickerrc"
|
||||
substituteInPlace unipickerrc --replace "/usr/local" "$out"
|
||||
substituteInPlace unipicker --replace "fzf" "${fzf}/bin/fzf"
|
||||
substituteInPlace unipickerrc --replace "fzf" "${fzf}/bin/fzf"
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue