gnu: rust-rustls-0.15: Skip build.

* gnu/packages/crates-io.scm (rust-rustls-0.15)[arguments]: Skip build.
This commit is contained in:
Efraim Flashner 2023-10-12 18:56:33 +03:00
parent 80c69940db
commit 7fc67b20b6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -59158,7 +59158,8 @@ (define-public rust-rustls-0.15
(base32
"0vh93fhqfbn4ysw4xzkpkpqdz36xixz4mhs1qllgldfq5iay6wgj"))))
(arguments
`(#:tests? #f ;; 1/111 tests fail (test file not found)
`(#:skip-build? #t ; TODO: Fix building rust-ring-0.14
#:tests? #f ;; 1/111 tests fail (test file not found)
#:cargo-inputs
(("rust-base64" ,rust-base64-0.10)
("rust-log" ,rust-log-0.4)