mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-time-0.2: Fix tests.
* gnu/packages/crates-io.scm (rust-time-0.2)[arguments]: Add cargo-test-flags. Change-Id: Ia4c96fbfcf6fdce06dc566679554a9b77373d158
This commit is contained in:
parent
c844791606
commit
ebe82eee07
1 changed files with 3 additions and 1 deletions
|
@ -77099,7 +77099,9 @@ (define-public rust-time-0.2
|
|||
(sha256
|
||||
(base32 "0hm209d078jfgxzjhi5xqim64q31rlj1h70zz57qbmpbirzsjlj7"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--lib" "--bins" "--tests")
|
||||
#:cargo-inputs
|
||||
(("rust-const-fn" ,rust-const-fn-0.4)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
|
|
Loading…
Reference in a new issue