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:
Efraim Flashner 2023-11-05 16:12:58 +02:00
parent dd87064e85
commit 60323a67c7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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