ytfzf: switch to ueberzugpp

upstream now recommends ueberzugpp since v2.6.0
This commit is contained in:
figsoda 2023-05-12 09:40:50 -04:00 committed by Matthieu Coudron
parent 46cb0eb1a9
commit c5a14edd58

View File

@ -9,7 +9,7 @@
, gnused
, jq
, mpv
, ueberzug
, ueberzugpp
, yt-dlp
}:
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
postInstall = ''
wrapProgram "$out/bin/ytfzf" \
--prefix PATH : ${lib.makeBinPath [
coreutils curl dmenu fzf gnused jq mpv ueberzug yt-dlp
coreutils curl dmenu fzf gnused jq mpv ueberzugpp yt-dlp
]} \
--set YTFZF_SYSTEM_ADDON_DIR "$out/share/ytfzf/addons"
'';