gnu: rust-trust-dns-rustls-0.19: Fix build.
* gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.19)[arguments]: Disable tests. [native-inputs]: Add pkg-config. [inputs]: Add openssl. * gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.18)[native-inputs, inputs]: Remove, since they are now inherited.
This commit is contained in:
parent
0cc9efb052
commit
4d5ac43b89
1 changed files with 7 additions and 6 deletions
|
@ -37253,7 +37253,8 @@ (define-public rust-trust-dns-rustls-0.19
|
||||||
"1hj4fx2x4ncj7v8pf6bbn7634zq76hjigm1s2h6b6yjzzmz4yprn"))))
|
"1hj4fx2x4ncj7v8pf6bbn7634zq76hjigm1s2h6b6yjzzmz4yprn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #false ;missing file
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-futures" ,rust-futures-0.3)
|
(("rust-futures" ,rust-futures-0.3)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-rustls" ,rust-rustls-0.17)
|
("rust-rustls" ,rust-rustls-0.17)
|
||||||
|
@ -37263,6 +37264,10 @@ (define-public rust-trust-dns-rustls-0.19
|
||||||
("rust-webpki" ,rust-webpki-0.21))
|
("rust-webpki" ,rust-webpki-0.21))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-openssl" ,rust-openssl-0.10))))
|
(("rust-openssl" ,rust-openssl-0.10))))
|
||||||
|
(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 "rustls extension for the Trust-DNS client")
|
(synopsis "rustls 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
|
||||||
|
@ -37293,11 +37298,7 @@ (define-public rust-trust-dns-rustls-0.18
|
||||||
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
|
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.18)
|
||||||
("rust-webpki" ,rust-webpki-0.21))
|
("rust-webpki" ,rust-webpki-0.21))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-openssl" ,rust-openssl-0.10))))
|
(("rust-openssl" ,rust-openssl-0.10))))))
|
||||||
(native-inputs
|
|
||||||
`(("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
|
||||||
`(("openssl" ,openssl)))))
|
|
||||||
|
|
||||||
(define-public rust-trust-dns-rustls-0.6
|
(define-public rust-trust-dns-rustls-0.6
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue