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