me
/
guix
Archived
1
0
Fork 0

gnu: rust-trust-dns-openssl-0.19: Fix build.

* gnu/packages/crates-io.scm (rust-trust-dns-openssl-0.19)[native-inputs]: Add
pkg-config.
[inputs]: Add openssl.
master
Nicolas Goaziou 2020-12-19 17:42:35 +01:00
parent ea436a04c8
commit f4a687eef4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 0 deletions

View File

@ -32714,6 +32714,10 @@ extension for the Trust-DNS client to use native-tls for TLS.")
#:cargo-development-inputs
(("rust-openssl" ,rust-openssl-0.10)
("rust-tokio" ,rust-tokio-0.2))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("openssl" ,openssl)))
(home-page "http://www.trust-dns.org/index.html")
(synopsis "tokio-openssl extension for the Trust-DNS client")
(description "Trust-DNS is a safe and secure DNS library. This is an