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
parent
ea436a04c8
commit
f4a687eef4
|
@ -32714,6 +32714,10 @@ extension for the Trust-DNS client to use native-tls for TLS.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-openssl" ,rust-openssl-0.10)
|
(("rust-openssl" ,rust-openssl-0.10)
|
||||||
("rust-tokio" ,rust-tokio-0.2))))
|
("rust-tokio" ,rust-tokio-0.2))))
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
(inputs
|
||||||
|
`(("openssl" ,openssl)))
|
||||||
(home-page "http://www.trust-dns.org/index.html")
|
(home-page "http://www.trust-dns.org/index.html")
|
||||||
(synopsis "tokio-openssl extension for the Trust-DNS client")
|
(synopsis "tokio-openssl extension for the Trust-DNS client")
|
||||||
(description "Trust-DNS is a safe and secure DNS library. This is an
|
(description "Trust-DNS is a safe and secure DNS library. This is an
|
||||||
|
|
Reference in New Issue