gnu: yt-dlp: Add certificates.

* gnu/packages/video.scm (yt-dlp)[native-inputs]: Add nss-certs-for-test.

Change-Id: I767d7f6fa5ee038cb58c69abfc5f79a681dda308
This commit is contained in:
Ricardo Wurmus 2024-07-22 11:48:55 +02:00 committed by Ludovic Courtès
parent 38e27332d6
commit 95db62d87d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -123,6 +123,7 @@ (define-module (gnu packages video)
#: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 @@ (define-public yt-dlp
(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