mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
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:
parent
330eb02b2e
commit
92c6c1cc66
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue