mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-trust-dns-native-tls-0.20: Update to 0.20.4.
* gnu/packages/crates-web.scm (rust-trust-dns-native-tls-0.20): Update to 0.20.4. [arguments]: Don't skip the build. Add cargo-test-flags. [native-inputs]: Add pkg-config. [inputs]: Add openssl. Change-Id: Ifc0e6650418e328b17d8b47b635ab4efa5d2f82b
This commit is contained in:
parent
9b308cd014
commit
94e54d8cfc
1 changed files with 8 additions and 3 deletions
|
@ -6210,17 +6210,20 @@ the Trust-DNS client to use DNS over HTTPS.")
|
||||||
(define-public rust-trust-dns-native-tls-0.20
|
(define-public rust-trust-dns-native-tls-0.20
|
||||||
(package
|
(package
|
||||||
(name "rust-trust-dns-native-tls")
|
(name "rust-trust-dns-native-tls")
|
||||||
(version "0.20.0")
|
(version "0.20.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "trust-dns-native-tls" version))
|
(uri (crate-uri "trust-dns-native-tls" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "129map2cvy9xcdjg6927xyzic48mq6hqmils0qrmigbr61djxkna"))))
|
(base32 "04zs3pc0vd9dwnvlhb5za1bjam5qnhhr4dajvkypzj8r79mil1m3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
;; Not all files included.
|
||||||
|
"--skip=tests::test_tls_client_stream_ipv4")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
(("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
("rust-futures-util" ,rust-futures-util-0.3)
|
("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
|
@ -6228,6 +6231,8 @@ the Trust-DNS client to use DNS over HTTPS.")
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-native-tls" ,rust-tokio-native-tls-0.3)
|
("rust-tokio-native-tls" ,rust-tokio-native-tls-0.3)
|
||||||
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20))))
|
("rust-trust-dns-proto" ,rust-trust-dns-proto-0.20))))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
|
(inputs (list openssl))
|
||||||
(home-page "https://www.trust-dns.org/index.html")
|
(home-page "https://www.trust-dns.org/index.html")
|
||||||
(synopsis "Trust-DNS client native-tls extension")
|
(synopsis "Trust-DNS client native-tls extension")
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue