me
/
guix
Archived
1
0
Fork 0

gnu: rust-trust-dns-rustls-0.6: Skip building.

* gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.6)[arguments]:
Skip building.
Efraim Flashner 2023-10-09 17:38:36 +03:00
parent 30ab1ba8cd
commit 16a7feb820
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -76003,7 +76003,8 @@ the Trust-DNS client to use rustls for TLS.")
(inputs
(list openssl))
(arguments
`(#:cargo-test-flags
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
#:cargo-test-flags
'("--release" "--" "--skip=tests::test_tls_client_stream_ipv4")
#:cargo-inputs
(("rust-futures" ,rust-futures-0.1)