me
/
guix
Archived
1
0
Fork 0

gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP.

* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace YOUTUBE-DL with
YT-DLP.
[arguments]: Replace YOUTUBE-DL with YT-DLP in WRAP-PROGRAM phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Jelle Licht 2023-03-22 13:26:55 +01:00 committed by Nicolas Goaziou
parent 5f9770e19d
commit 73af55fa9a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@
'("bash" "catimg" "chafa" "coreutils" "curl"
"dmenu" "fzf" "gawk" "grep" "jp2a" "jq"
"libnotify" "mpv" "ncurses" "python-ueberzug"
"sed" "util-linux" "youtube-dl")))
"sed" "util-linux" "yt-dlp")))
`("YTFZF_SYSTEM_ADDON_DIR" ":" =
,(list (string-append #$output "/share/ytfzf/addons")))))))))
(inputs
@ -168,7 +168,7 @@
python-ueberzug
sed
util-linux
youtube-dl))
yt-dlp))
(synopsis "Watch PeerTube or YouTube videos from the terminal")
(description "@code{ytfzf} is a POSIX script that helps you find PeerTube or
YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")