me
/
guix
Archived
1
0
Fork 0

gnu: rust-ahash-0.3: Skip tests.

* gnu/packages/crates-io.scm (rust-ahash-0.3)[arguments]: Skip tests.

Change-Id: Iec910cce852369055f4e4cd233fbc4b1cda351c9
Efraim Flashner 2023-11-01 21:29:49 +02:00
parent 63ccceb976
commit 9da92a1a18
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -2716,7 +2716,8 @@ using AES-NI for high performance.")
(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)