mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue