gnu: rust-wyz-0.2: Fix build.

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

Change-Id: I7e301df255d6677cd4985bf2a13a893189e78fe4
This commit is contained in:
Efraim Flashner 2023-10-27 21:21:22 +03:00
parent bac5cd0ce0
commit 060b37b8b9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -87460,6 +87460,9 @@ non-cryptographic hashing algorithm and random number generator.")
(base32
"05028bk49b2ix1lz22sj65fnlxr0f29j2klkaqjxp6az3c6hprl5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
'("--release" "--" "--skip=exit")))
(home-page "https://myrrlyn.net/crates/wyz")
(synopsis "Collection of utility functions")
(description