mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-rustls-native-certs-0.4: Skip tests.
* gnu/packages/crates-io.scm (rust-rustls-native-certs-0.4)[arugments]: Disable test suite. Change-Id: Ifae86869131cb268c7470ed71d8e8dc293ea9636
This commit is contained in:
parent
c68db7829f
commit
781251d906
1 changed files with 2 additions and 1 deletions
|
@ -63276,7 +63276,8 @@ (define-public rust-rustls-native-certs-0.4
|
|||
(base32
|
||||
"1f2rkvdkz92qcmwryyqiw9phkqkf95g4962ljpfq5nkjfsd477b2"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Tests want network access
|
||||
#:cargo-inputs
|
||||
(("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||
("rust-rustls" ,rust-rustls-0.18)
|
||||
("rust-schannel" ,rust-schannel-0.1)
|
||||
|
|
Loading…
Reference in a new issue