mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: rust-xmltree-0.10: Fix build.
* gnu/packages/crates-io.scm (rust-xmltree-0.10)[arguments]: Add cargo-test-flags. Change-Id: Ie2cb5e6324d5a9d7a7c4024cc7ddd7427d163201
This commit is contained in:
parent
8a9396e656
commit
76d354ba62
1 changed files with 7 additions and 1 deletions
|
@ -88114,7 +88114,13 @@ (define-public rust-xmltree-0.10
|
||||||
(base32 "1jqzwhr1a5cknflsshhhjlllmd1xi04qdkjsls2bnmv5mxgagn6p"))))
|
(base32 "1jqzwhr1a5cknflsshhhjlllmd1xi04qdkjsls2bnmv5mxgagn6p"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-test-flags
|
||||||
|
'("--release" "--"
|
||||||
|
"--skip=test_04"
|
||||||
|
"--skip=test_parse_all"
|
||||||
|
"--skip=test_take"
|
||||||
|
"--skip=test_text")
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-indexmap" ,rust-indexmap-1)
|
(("rust-indexmap" ,rust-indexmap-1)
|
||||||
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
||||||
(home-page "https://github.com/eminence/xmltree-rs")
|
(home-page "https://github.com/eminence/xmltree-rs")
|
||||||
|
|
Loading…
Reference in a new issue