mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-syntex-pos-0.58: Fix tests.
* gnu/packages/crates-io.scm (rust-syntex-pos-0.58)[arguments]: Add cargo-test-flags. Change-Id: I8e23685a0d716c12d65ef643257a0872a077f0d7
This commit is contained in:
parent
4b5eee35cd
commit
35ac34c197
1 changed files with 3 additions and 1 deletions
|
@ -74197,7 +74197,9 @@ (define-public rust-syntex-pos-0.58
|
|||
"0iqhircpr723da1g97xrrj8smqqz3gxw91cf03sckasjzri4gb8k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
`(#:cargo-test-flags
|
||||
'("--release" "--lib" "--bins" "--tests")
|
||||
#:cargo-inputs
|
||||
(("rust-rustc-serialize" ,rust-rustc-serialize-0.3))))
|
||||
(home-page "https://github.com/serde-rs/syntex")
|
||||
(synopsis "Backport of libsyntax_pos")
|
||||
|
|
Loading…
Reference in a new issue