me
/
guix
Archived
1
0
Fork 0

gnu: rust-clap-conf-0.1: Fix test suite.

* gnu/packages/crates-io.scm (rust-clap-conf-0.1)[arguments]: Add
cargo-test-flags.

Change-Id: I25d99a370e1c334ccf6a81eb91352ccb8d4187c7
Efraim Flashner 2023-11-04 21:50:40 +02:00
parent 22688cbc49
commit 41ab3071ea
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 1 deletions

View File

@ -13192,7 +13192,10 @@ completion scripts.")
"1n29wr6ns660hi63mc30zvs7dhidaycw35am9spzknsal3nrs0sn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
`(#:cargo-test-flags
(list "--release" "--"
"--skip=tests::try_holder")
#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
("rust-clap" ,rust-clap-2)
("rust-serde" ,rust-serde-1)