gnu: rust-paw-structopt-1: Skip tests.
* gnu/packages/crates-io.scm (rust-paw-structopt-1)[arguments]: Skip the test suite. Change-Id: I00ae2aa1452d2c141d584447ad09b4961b74617f
parent
3c21209445
commit
c3f49a63a4
|
@ -70149,7 +70149,8 @@ implementations.")
|
||||||
(base32 "1iwg83xqjpfgpy8wrq173cy7zgkyxfryd230sh34f5qsjdx7zap4"))))
|
(base32 "1iwg83xqjpfgpy8wrq173cy7zgkyxfryd230sh34f5qsjdx7zap4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:tests? #f ; use of undeclared crate or module `paw`
|
||||||
|
#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||||
("rust-quote" ,rust-quote-0.6)
|
("rust-quote" ,rust-quote-0.6)
|
||||||
("rust-structopt" ,rust-structopt-0.2)
|
("rust-structopt" ,rust-structopt-0.2)
|
||||||
|
|
Reference in New Issue