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:
parent
bac5cd0ce0
commit
060b37b8b9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user