gnu: rust-rustls-0.18: Skip tests.
* gnu/packages/crates-io.scm (rust-rustls-0.18)[arguments]: Skip the tests.master
parent
57c6d00f86
commit
de54a7b55f
|
@ -52473,7 +52473,8 @@ rustc compiler.")
|
||||||
(base32
|
(base32
|
||||||
"108cf3bfw5high066shz9xrfv4jz7djdmnwqs3kwx4wfypf2c4ax"))))
|
"108cf3bfw5high066shz9xrfv4jz7djdmnwqs3kwx4wfypf2c4ax"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; Not all files included.
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-base64" ,rust-base64-0.12)
|
(("rust-base64" ,rust-base64-0.12)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-ring" ,rust-ring-0.16)
|
("rust-ring" ,rust-ring-0.16)
|
||||||
|
|
Reference in New Issue