gnu: dehydrated: Follow up commit to 77e2df870b
.
* gnu/packages/tls.scm (dehydrated): Remove bogus, nested native-search-paths.
parent
77e2df870b
commit
d0cc63ccc5
|
@ -1085,15 +1085,14 @@ coding footprint.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gzip" ,gzip)
|
`(("gzip" ,gzip)
|
||||||
("tar" ,tar)))
|
("tar" ,tar)))
|
||||||
|
;; The following definition is copied from the cURL package to prevent a
|
||||||
|
;; cycle between the curl and tls modules.
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
;; The following definition is copied from the cURL package to prevent a
|
(list (search-path-specification
|
||||||
;; cycle between the curl and tls modules.
|
(variable "CURL_CA_BUNDLE")
|
||||||
(native-search-paths
|
(file-type 'regular)
|
||||||
(list (search-path-specification
|
(separator #f)
|
||||||
(variable "CURL_CA_BUNDLE")
|
(files '("etc/ssl/certs/ca-certificates.crt")))))
|
||||||
(file-type 'regular)
|
|
||||||
(separator #f)
|
|
||||||
(files '("etc/ssl/certs/ca-certificates.crt"))))))
|
|
||||||
(home-page "https://dehydrated.io/")
|
(home-page "https://dehydrated.io/")
|
||||||
(synopsis "Let's Encrypt/ACME client implemented as a shell script")
|
(synopsis "Let's Encrypt/ACME client implemented as a shell script")
|
||||||
(description "Dehydrated is a client for signing certificates with an
|
(description "Dehydrated is a client for signing certificates with an
|
||||||
|
|
Reference in New Issue