mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: rust-propfuzz-macro-0.0.1: Skip tests.
* gnu/packages/crates-io.scm (rust-propfuzz-macro-0.0.1)[arguments]: Skip the test suite. Change-Id: Ie23b44dfa4bb7eadc64c15c529dc4c9870277949
This commit is contained in:
parent
4483542c29
commit
55fd044806
1 changed files with 2 additions and 1 deletions
|
@ -55881,7 +55881,8 @@ (define-public rust-propfuzz-macro-0.0.1
|
|||
"1xizaahjxxvcz9n91pgpji3nd7b755qgq3m2kmmg53zwjwv9nnsx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
(list #:tests? #f ; use of undeclared crate or module `propfuzz`
|
||||
#:cargo-inputs
|
||||
`(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
|
|
Loading…
Reference in a new issue