me
/
guix
Archived
1
0
Fork 0

gnu: rust-paw-structopt-1: Skip tests.

* gnu/packages/crates-io.scm (rust-paw-structopt-1)[arguments]: Skip the
test suite.

Change-Id: I00ae2aa1452d2c141d584447ad09b4961b74617f
Efraim Flashner 2023-11-06 08:07:48 +02:00
parent 3c21209445
commit c3f49a63a4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -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)