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