gnu:rust-statrs-0.12: Fix build.

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

Change-Id: I4a14ae043a26c5467ff41237971fd307d6ec050f
This commit is contained in:
Efraim Flashner 2023-11-01 21:37:09 +02:00
parent 330eb02b2e
commit 92c6c1cc66
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -71275,7 +71275,9 @@ (define-public rust-statrs-0.12
(base32 "10hk9194ig21w08947yavf4l97g0106ph4xxlzn8ps2kwrnnzqfc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
'("--release" "--lib" "--bins" "--tests")
#:cargo-inputs
(("rust-rand" ,rust-rand-0.7))))
(home-page "https://github.com/statrs-dev/statrs")
(synopsis "Statistical computing library for Rust")