mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-chrono-tz-0.6: Fix test suite.
* gnu/packages/crates-io.scm (rust-chrono-tz-0.6)[arguments]: Add cargo-test-flags. Change-Id: I03b05839dd5e1ea7e1e875234dadd2e58423aa6a
This commit is contained in:
parent
841e06e204
commit
22688cbc49
1 changed files with 4 additions and 1 deletions
|
@ -12636,7 +12636,10 @@ (define-public rust-chrono-tz-0.6
|
|||
(base32 "1pmv434fhw9pwiqc12pvgaiskrq4v1dh1f238gfsg48r301r5hr9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
(list "--release" "--"
|
||||
"--skip=tests::second_offsets")
|
||||
#:cargo-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-chrono-tz-build" ,rust-chrono-tz-build-0.0.3)
|
||||
("rust-phf" ,rust-phf-0.11)
|
||||
|
|
Loading…
Reference in a new issue