mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-ahash-0.3: Skip tests.
* gnu/packages/crates-io.scm (rust-ahash-0.3)[arguments]: Skip tests. Change-Id: Iec910cce852369055f4e4cd233fbc4b1cda351c9
This commit is contained in:
parent
63ccceb976
commit
9da92a1a18
1 changed files with 2 additions and 1 deletions
|
@ -2716,7 +2716,8 @@ (define-public rust-ahash-0.3
|
|||
(base32
|
||||
"05qjnr0wccch0gg2kghg0xyh8qd5gfqd15q9dd6r1lamcs375zg8"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:tests? #f ; `#![feature]` may not be used on the stable release channel
|
||||
#:cargo-inputs
|
||||
(("rust-const-random" ,rust-const-random-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
|
|
Loading…
Reference in a new issue