me
/
guix
Archived
1
0
Fork 0

gnu: rust-futures-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-futures-0.1)[arguments]: Skip build.
[home-page]: Update home-page.
[properties]: Remove field.
master
Efraim Flashner 2020-01-16 17:39:57 +02:00
parent f320369117
commit 3f5e2fd956
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3345,11 +3345,11 @@ pseudorandom number generator")
(base32 (base32
"0saq8ffjw1pwf1pzhw3kq1z7dfq6wpd8x93dnni6vbkc799kkp25")))) "0saq8ffjw1pwf1pzhw3kq1z7dfq6wpd8x93dnni6vbkc799kkp25"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/rust-lang-nursery/futures-rs") (arguments '(#:skip-build? #t))
(home-page "https://github.com/rust-lang/futures-rs")
(synopsis "Implementation of zero-cost futures in Rust") (synopsis "Implementation of zero-cost futures in Rust")
(description "An implementation of @code{futures} and @code{streams} (description "An implementation of @code{futures} and @code{streams}
featuring zero allocations, composability, and iterator-like interfaces.") featuring zero allocations, composability, and iterator-like interfaces.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))