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

* gnu/packages/crates-io.scm (rust-futures-sink-preview-0.3)[arguments]:
Add rust-futures-core-preview-0.3 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-18 11:26:00 +02:00
parent c70f056428
commit b1d617baea
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4517,12 +4517,14 @@ (define-public rust-futures-sink-preview-0.3
(base32
"1r4d0gy73hdxkh5g1lrhl1kjnwp6mywjgcj70v0z78b921da42a3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-futures-core-preview" ,rust-futures-core-preview-0.3))))
(home-page "https://rust-lang-nursery.github.io/futures-rs/")
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
(description
"This package provides the asynchronous @code{Sink} trait for the
futures-rs library.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))