guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: certs.scm: Add missing import.


From: guix-commits
Subject: branch core-updates updated: gnu: certs.scm: Add missing import.
Date: Wed, 27 Jan 2021 10:00:37 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new c643e6c  gnu: certs.scm: Add missing import.
c643e6c is described below

commit c643e6ca433d118c8ba9720e02c787e7d18a2e10
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jan 27 16:59:37 2021 +0200

    gnu: certs.scm: Add missing import.
    
    * gnu/packages/certs.scm: Use (gnu packages perl).
---
 gnu/packages/certs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index 0bf8784..8fb901d 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -29,6 +29,7 @@
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
   #:use-module (gnu packages nss)
+  #:use-module (gnu packages perl)
   #:use-module (gnu packages tls))
 
 (define certdata2pem



reply via email to

[Prev in Thread] Current Thread [Next in Thread]