diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-07-22 11:48:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:45:43 +0200 |
commit | 95db62d87de43fd67226e95efc694dd4eb59832d (patch) | |
tree | 8e95b884af79edbc6ad261af9baf1935bb86e735 /gnu | |
parent | 38e27332d62fef19f5003c36258b7f045c29a8e8 (diff) | |
download | guix-95db62d87de43fd67226e95efc694dd4eb59832d.tar.gz guix-95db62d87de43fd67226e95efc694dd4eb59832d.zip |
gnu: yt-dlp: Add certificates.
* gnu/packages/video.scm (yt-dlp)[native-inputs]: Add nss-certs-for-test.
Change-Id: I767d7f6fa5ee038cb58c69abfc5f79a681dda308
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 91d82350bd..462daf2867 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -123,6 +123,7 @@ #:use-module (gnu packages bittorrent) #:use-module (gnu packages boost) #:use-module (gnu packages cdrom) + #:use-module (gnu packages certs) #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages cpp) @@ -3176,7 +3177,7 @@ YouTube.com and many more sites.") (if (supported-package? pandoc) (list pandoc) '()) - (list python-hatchling python-pytest zip))) + (list nss-certs-for-test python-hatchling python-pytest zip))) (synopsis "Download videos from YouTube.com and other sites") (description "yt-dlp is a small command-line program to download videos from |