~ruther/guix-local

69d72c553feb69a3256266bcf9d49a72c70ed660 — Ludovic Courtès 3 years ago 2f5f539
search-paths: Tweak $SSL_CERT_DIR comment.

* guix/search-paths.scm ($SSL_CERT_DIR): Fix typos and tweak comment.
1 files changed, 3 insertions(+), 3 deletions(-)

M guix/search-paths.scm
M guix/search-paths.scm => guix/search-paths.scm +3 -3
@@ 83,10 83,10 @@
   (variable "GUIX_EXTENSIONS_PATH")
   (files '("share/guix/extensions"))))

;; Two variables for certificates (see (guix)X.509 Certificates),
;; respected by 'openssl', possibly GnuTLS in the future
;; Two variables for certificates (info "(guix)X.509 Certificates"),
;; respected by OpenSSL and possibly GnuTLS in the future
;; (https://gitlab.com/gnutls/gnutls/-/merge_requests/1541)
;; and many of their dependents -- even some GnuTLS depepdents
;; and many of their dependents -- even some GnuTLS dependents
;; like Guile.  As they are not tied to a single package, define
;; them here to avoid duplication.
;;