gnu: openssl: Add search path definition for root certificates.
* gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
This commit is contained in:
parent
6e6e241409
commit
148cb1c270
|
@ -63,6 +63,10 @@
|
||||||
(("/bin/rm")
|
(("/bin/rm")
|
||||||
"rm"))))
|
"rm"))))
|
||||||
%standard-phases))))
|
%standard-phases))))
|
||||||
|
(native-search-paths
|
||||||
|
(list (search-path-specification
|
||||||
|
(variable "SSL_CERT_DIR")
|
||||||
|
(files '("etc/ssl/certs")))))
|
||||||
(synopsis "SSL/TLS implementation")
|
(synopsis "SSL/TLS implementation")
|
||||||
(description
|
(description
|
||||||
"OpenSSL is an implementation of SSL/TLS")
|
"OpenSSL is an implementation of SSL/TLS")
|
||||||
|
|
Loading…
Reference in New Issue