mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
c70f056428
commit
b1d617baea
1 changed files with 3 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue