mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-rustls-0.18: Skip tests.
* gnu/packages/crates-io.scm (rust-rustls-0.18)[arguments]: Skip the tests.
This commit is contained in:
parent
57c6d00f86
commit
de54a7b55f
1 changed files with 2 additions and 1 deletions
|
@ -52473,7 +52473,8 @@ (define-public rust-rustls-0.18
|
|||
(base32
|
||||
"108cf3bfw5high066shz9xrfv4jz7djdmnwqs3kwx4wfypf2c4ax"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-base64" ,rust-base64-0.12)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-ring" ,rust-ring-0.16)
|
||||
|
|
Loading…
Reference in a new issue