mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
38e27332d6
commit
95db62d87d
1 changed files with 2 additions and 1 deletions
|
@ -123,6 +123,7 @@ (define-module (gnu packages video)
|
||||||
#:use-module (gnu packages bittorrent)
|
#:use-module (gnu packages bittorrent)
|
||||||
#:use-module (gnu packages boost)
|
#:use-module (gnu packages boost)
|
||||||
#:use-module (gnu packages cdrom)
|
#:use-module (gnu packages cdrom)
|
||||||
|
#:use-module (gnu packages certs)
|
||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
#:use-module (gnu packages cpp)
|
#:use-module (gnu packages cpp)
|
||||||
|
@ -3176,7 +3177,7 @@ (define-public yt-dlp
|
||||||
(if (supported-package? pandoc)
|
(if (supported-package? pandoc)
|
||||||
(list 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")
|
(synopsis "Download videos from YouTube.com and other sites")
|
||||||
(description
|
(description
|
||||||
"yt-dlp is a small command-line program to download videos from
|
"yt-dlp is a small command-line program to download videos from
|
||||||
|
|
Loading…
Reference in a new issue