me
/
guix
Archived
1
0
Fork 0

gnu:rust-statrs-0.12: Fix build.

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

Change-Id: I4a14ae043a26c5467ff41237971fd307d6ec050f
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
1 changed files with 3 additions and 1 deletions

View File

@ -71275,7 +71275,9 @@ Rust.")
(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")