me
/
guix
Archived
1
0
Fork 0

gnu: rust-wyz-0.4: Fix tests.

* gnu/packages/crates-io.scm (rust-wyz-0.4)[arguments]: Add
cargo-test-flags.

Change-Id: Ia65fdcda502b412dbba04f943d23468f0fce9042
Efraim Flashner 2023-11-05 16:04:26 +02:00
parent 1ce60f8941
commit abf8ac6a6b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -88334,7 +88334,9 @@ non-cryptographic hashing algorithm and random number generator.")
"126irvwn63kxgqjk5ap1pw3p3grw2sskyg32h0v4bqawsrx057hj"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1)
("rust-tap" ,rust-tap-1)
("rust-typemap" ,rust-typemap-0.3))))