gnu: rust-syn-0.11: Skip tests.
* gnu/packages/crates-io.scm (rust-syn-0.11)[arguments]: Skip the test suite. Change-Id: Ied2965d78e8662f03a5597438fcca12203ce3cae
parent
d93cfb3164
commit
eca58bd164
|
@ -74659,8 +74659,8 @@ a syntax tree of Rust source code.")
|
||||||
(add-before 'build 'fixup-cargo-toml
|
(add-before 'build 'fixup-cargo-toml
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
((", path =.*,") ","))
|
((", path =.*,") ",")))))
|
||||||
#t)))
|
#:tests? #f ; Tests don't compile correctly.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-quote" ,rust-quote-0.3)
|
(("rust-quote" ,rust-quote-0.3)
|
||||||
("rust-synom" ,rust-synom-0.11)
|
("rust-synom" ,rust-synom-0.11)
|
||||||
|
|
Reference in New Issue