From 95db62d87de43fd67226e95efc694dd4eb59832d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 22 Jul 2024 11:48:55 +0200 Subject: gnu: yt-dlp: Add certificates. * gnu/packages/video.scm (yt-dlp)[native-inputs]: Add nss-certs-for-test. Change-Id: I767d7f6fa5ee038cb58c69abfc5f79a681dda308 --- gnu/packages/video.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3