guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dehydrated: Follow up commit to 77e2df870b.


From: guix-commits
Subject: branch master updated: gnu: dehydrated: Follow up commit to 77e2df870b.
Date: Tue, 03 Aug 2021 16:14:28 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d0cc63c  gnu: dehydrated: Follow up commit to 77e2df870b.
d0cc63c is described below

commit d0cc63ccc53cb2ad4d33d0a54f079089d5b6cd46
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 3 16:12:59 2021 -0400

    gnu: dehydrated: Follow up commit to 77e2df870b.
    
    * gnu/packages/tls.scm (dehydrated): Remove bogus, nested 
native-search-paths.
---
 gnu/packages/tls.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 6b74d55..d98a724 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1085,15 +1085,14 @@ coding footprint.")
     (native-inputs
      `(("gzip" ,gzip)
        ("tar" ,tar)))
+    ;; The following definition is copied from the cURL package to prevent a
+    ;; cycle between the curl and tls modules.
     (native-search-paths
-     ;; The following definition is copied from the cURL package to prevent a
-     ;; cycle between the curl and tls modules.
-     (native-search-paths
-      (list (search-path-specification
-             (variable "CURL_CA_BUNDLE")
-             (file-type 'regular)
-             (separator #f)
-             (files '("etc/ssl/certs/ca-certificates.crt"))))))
+     (list (search-path-specification
+            (variable "CURL_CA_BUNDLE")
+            (file-type 'regular)
+            (separator #f)
+            (files '("etc/ssl/certs/ca-certificates.crt")))))
     (home-page "https://dehydrated.io/";)
     (synopsis "Let's Encrypt/ACME client implemented as a shell script")
     (description "Dehydrated is a client for signing certificates with an



reply via email to

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