gnu: rust-futures-core-preview-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-futures-core-preview-0.3)[arguments]:
Skip tests.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-18 11:22:57 +02:00
parent 028b0deebb
commit d7eff648ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4350,11 +4350,11 @@ (define-public rust-futures-core-preview-0.3
(base32
"1xaq8m609k6cz8xydwhwp8xxyxigabcw1w9ngycfy0bnkg7iq52b"))))
(build-system cargo-build-system)
(arguments '(#:tests? #f))
(home-page "https://rust-lang-nursery.github.io/futures-rs/")
(synopsis "Core traits and types in for the @code{futures} library.")
(description "This crate provides the core traits and types in for the
@code{futures} library.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))