mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: rust-nalgebra-0.19: Fix build.
* gnu/packages/crates-io.scm (rust-nalgebra-0.19)[arguments]: Add cargo-test-flags. Change-Id: I75452ef7f182767964d229a9fafbd9368de723b0
This commit is contained in:
parent
0a6f088649
commit
a4c7403107
1 changed files with 3 additions and 1 deletions
|
@ -44941,7 +44941,9 @@ (define-public rust-nalgebra-0.19
|
||||||
(base32
|
(base32
|
||||||
"0i87k57nav221lnr9z7ljlwxh8073qsx33bajdm146y00q805fqa"))))
|
"0i87k57nav221lnr9z7ljlwxh8073qsx33bajdm146y00q805fqa"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags ; Skip the doctests.
|
||||||
|
'("--release" "--lib" "--bins" "--tests")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-abomonation" ,rust-abomonation-0.7)
|
(("rust-abomonation" ,rust-abomonation-0.7)
|
||||||
("rust-alga" ,rust-alga-0.9)
|
("rust-alga" ,rust-alga-0.9)
|
||||||
("rust-approx" ,rust-approx-0.3)
|
("rust-approx" ,rust-approx-0.3)
|
||||||
|
|
Loading…
Reference in a new issue