all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
@ 2023-03-22 12:26 jlicht
  2023-04-02 20:33 ` bug#62377: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: jlicht @ 2023-03-22 12:26 UTC (permalink / raw)
  To: 62377; +Cc: Jelle Licht

From: Jelle Licht <jlicht@fsfe.org>

* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
yt-dlp.
[arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.
---

 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 0758cf5b27..378f0d5286 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -144,7 +144,7 @@ (define-public ytfzf
                         '("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
@@ -166,7 +166,7 @@ (define-public ytfzf
            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.")
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62377: [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
  2023-03-22 12:26 [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp jlicht
@ 2023-04-02 20:33 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-02 20:33 UTC (permalink / raw)
  To: jlicht; +Cc: 62377-done

Hello,

jlicht@fsfe.org writes:

> * gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
> yt-dlp.
> [arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-02 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 12:26 [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp jlicht
2023-04-02 20:33 ` bug#62377: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.