mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-hyper-0.13: Skip tests.
* gnu/packages/crates-io.scm (rust-hyper-0.13)[arguments]: Skip the test suite. Change-Id: I6512f5143991265143b5689c8ede5dbb447a9bb2
This commit is contained in:
parent
0ab4fb0c18
commit
4b0fcbd00a
1 changed files with 2 additions and 1 deletions
|
@ -34697,7 +34697,8 @@ (define-public rust-hyper-0.13
|
|||
(base32
|
||||
"1symcnba2y03b8lj6xp2wd994lk3xyk3wizacjg5s60njzfshs1y"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; Not all files included
|
||||
#:cargo-inputs
|
||||
(("rust-bytes" ,rust-bytes-0.5)
|
||||
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||
("rust-futures-core" ,rust-futures-core-0.3)
|
||||
|
|
Loading…
Reference in a new issue