From b23a1515ad5439e29477b50dd76ef4d0c533cb1d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 Mar 2025 05:27:17 -0300 Subject: etc/guix/home.scm: Use latest version of yt-dlp --- etc/guix/home.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/guix/home.scm b/etc/guix/home.scm index a52edb8..2681ea1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -1,6 +1,7 @@ (use-modules ((ice-9 textual-ports) #:prefix textual-ports:) ((guix licenses) #:prefix licenses:) + ((guix transformations) #:prefix transformations:) ((xyz euandreh heredoc) #:prefix heredoc:) ((org euandre queue) #:prefix q:) (gnu) @@ -63,6 +64,11 @@ (modify-inputs (package-native-inputs tcc) (append which))))) +(define yt-dlp-latest + ((transformations:options->transformation + '((with-latest . "yt-dlp"))) + yt-dlp)) + (define (slurp name) (string-trim-both @@ -468,7 +474,7 @@ less nano patch - yt-dlp + ;; yt-dlp ripgrep mpvx @@ -497,6 +503,7 @@ anki firefox)) (list + yt-dlp-latest tiniercc) (list (script "cronjob" -- cgit v1.2.3