rekado pushed a commit to branch core-updates
in repository guix.

commit ffb56a574f03e5fb7d60ea46cc883bee7878f414
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jul 22 11:48:55 2024 +0200

    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(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 154d134eb1..cd409ac680 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -122,6 +122,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)
@@ -3185,7 +3186,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

Reply via email to