aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-07-22 11:48:55 +0200
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:43 +0200
commit95db62d87de43fd67226e95efc694dd4eb59832d (patch)
tree8e95b884af79edbc6ad261af9baf1935bb86e735
parent38e27332d62fef19f5003c36258b7f045c29a8e8 (diff)
downloadguix-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
-rw-r--r--gnu/packages/video.scm3
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
ocate'....Ludovic Courtès 2023-05-31nls: Update translation keys for guix gc....Remco van 't Veer 2023-05-31nls: Update translations....Florian Pelz 2023-04-08nls: Make sure gnu/home/services/*.scm files are translatable....Ludovic Courtès 2023-03-16gnu: home: services: Add home-kodi-service-type....Jan (janneke) Nieuwenhuizen 2023-03-16gnu: home: services: Add home-znc-service-type....Jan (janneke) Nieuwenhuizen 2023-03-07nls: Fix more Texinfo Italiano....Julien Lepiller 2023-03-07nls: Update translations.Julien Lepiller 2023-02-26nls: Fix more Texinfo Italiano....Tobias Geerinckx-Rice 2023-02-26nls: Fix typo in Italian translation....Tobias Geerinckx-Rice 2023-02-03gnu: Remove key-mon.scm....Julien Lepiller 2023-01-05nls: Update translations....Julien Lepiller 2022-12-15doc: Use VM image file name consistently....Ludovic Courtès 2022-12-04nls: Update translations....Julien Lepiller 2022-11-20scripts: Use translations for guix.pot for service descriptions....pelzflorian (Florian Pelz) 2022-11-15installer: Report known-unsupported PCI devices....Ludovic Courtès 2022-11-04nls: Update translations....Julien Lepiller