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")
|
||||
"rm"))))
|
||||
%standard-phases))))
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "SSL_CERT_DIR")
|
||||
(files '("etc/ssl/certs")))))
|
||||
(synopsis "SSL/TLS implementation")
|
||||
(description
|
||||
"OpenSSL is an implementation of SSL/TLS")
|
||||
|
Loading…
Reference in New Issue
Block a user