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.master
parent
c70f056428
commit
b1d617baea
|
@ -4517,12 +4517,14 @@ the futures-rs library.")
|
||||||
(base32
|
(base32
|
||||||
"1r4d0gy73hdxkh5g1lrhl1kjnwp6mywjgcj70v0z78b921da42a3"))))
|
"1r4d0gy73hdxkh5g1lrhl1kjnwp6mywjgcj70v0z78b921da42a3"))))
|
||||||
(build-system cargo-build-system)
|
(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/")
|
(home-page "https://rust-lang-nursery.github.io/futures-rs/")
|
||||||
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
(synopsis "Asynchronous `Sink` trait for the futures-rs library")
|
||||||
(description
|
(description
|
||||||
"This package provides the asynchronous @code{Sink} trait for the
|
"This package provides the asynchronous @code{Sink} trait for the
|
||||||
futures-rs library.")
|
futures-rs library.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue