me
/
guix
Archived
1
0
Fork 0

gnu: rust-tokio-rustls-0.9: Skip build.

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.9)[arguments]: Skip
build.
Efraim Flashner 2023-10-09 16:53:38 +03:00
parent fc6e26d07e
commit 33cf42a3ed
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -73304,7 +73304,8 @@ Rustls.")
"1jd63sl177sxacnksaxhazzmamwds98xk3niprh2qib75a1rk8cm"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.4)
("rust-futures" ,rust-futures-0.1)
("rust-iovec" ,rust-iovec-0.1)