gnu: rust-fallible-iterator-0.2: Don't hide package.

* gnu/packages/crates-io.scm (rust-fallible-iterator-0.2)[arguments]:
Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-16 17:13:19 +02:00
parent a9b5fe4d86
commit 0441e834a2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2933,13 +2933,13 @@ (define-public rust-fallible-iterator-0.2
(base32
"1xq759lsr8gqss7hva42azn3whgrbrs2sd9xpn92c5ickxm1fhs4"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/sfackler/rust-fallible-iterator")
(synopsis "Fallible iterator traits")
(description "If the @code{std} or @code{alloc} features are enabled, this
crate provides implementations for @code{Box}, @code{Vec}, @code{BTreeMap}, and
@code{BTreeSet}. If the @code{std} feature is enabled, this crate additionally
provides implementations for @code{HashMap} and @code{HashSet}.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))