gnu: rust-rcgen-0.8: Fix build.
* gnu/packages/crates-io.scm (rust-rcgen-0.8)[arguments]: Add cargo-test-flags. Change-Id: Ib939848719f75852795bc5d78c69b4549c74198c
This commit is contained in:
parent
164fcfb260
commit
abd2efef1f
1 changed files with 5 additions and 1 deletions
|
@ -59205,7 +59205,11 @@ Rust.")
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
((".*vendored.*") ""))))))
|
((".*vendored.*") ""))))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
"--skip=tests::test_dt_to_generalized"
|
||||||
|
"--skip=tests::test_dt_utc_strip_nanos")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-chrono" ,rust-chrono-0.4)
|
(("rust-chrono" ,rust-chrono-0.4)
|
||||||
("rust-pem" ,rust-pem-1)
|
("rust-pem" ,rust-pem-1)
|
||||||
("rust-ring" ,rust-ring-0.16)
|
("rust-ring" ,rust-ring-0.16)
|
||||||
|
|
Reference in a new issue