guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/244: gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP.


From: guix-commits
Subject: 19/244: gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP.
Date: Wed, 12 Apr 2023 08:47:13 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 7221deca76b4a3423b2323e65588ae2674927245
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Wed Mar 22 13:26:55 2023 +0100

    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>
---
 gnu/packages/image-viewers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index d8d6304a85..d0b7e93a84 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]