mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-reduce-0.1: Skip tests.
* gnu/packages/crates-io.scm (rust-reduce-0.1)[arguments]: Skip the test suite. Change-Id: I546dbbf29e3ff53d31c8a352e434880031114289
This commit is contained in:
parent
dd87064e85
commit
60323a67c7
1 changed files with 1 additions and 0 deletions
|
@ -60117,6 +60117,7 @@ (define-public rust-reduce-0.1
|
|||
(base32
|
||||
"1mrmicr43hx3s9556zbzg0lys4nmsw0vwznd52imxhcanr3xrlhn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:tests? #f)) ; Tests don't compile.
|
||||
(home-page "https://github.com/dtolnay/reduce")
|
||||
(synopsis "Fold an iterator without an initial value")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue