mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
search-paths: Tweak $SSL_CERT_DIR comment.
* guix/search-paths.scm ($SSL_CERT_DIR): Fix typos and tweak comment.
This commit is contained in:
parent
2f5f539b60
commit
69d72c553f
1 changed files with 3 additions and 3 deletions
|
@ -83,10 +83,10 @@
|
||||||
(variable "GUIX_EXTENSIONS_PATH")
|
(variable "GUIX_EXTENSIONS_PATH")
|
||||||
(files '("share/guix/extensions"))))
|
(files '("share/guix/extensions"))))
|
||||||
|
|
||||||
;; Two variables for certificates (see (guix)X.509 Certificates),
|
;; Two variables for certificates (info "(guix)X.509 Certificates"),
|
||||||
;; respected by 'openssl', possibly GnuTLS in the future
|
;; respected by OpenSSL and possibly GnuTLS in the future
|
||||||
;; (https://gitlab.com/gnutls/gnutls/-/merge_requests/1541)
|
;; (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
|
;; like Guile. As they are not tied to a single package, define
|
||||||
;; them here to avoid duplication.
|
;; them here to avoid duplication.
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue