gnu: rust-fallible-iterator-0.2: Don't hide package.
authorEfraim Flashner <efraim@flashner.co.il>
Thu, 16 Jan 2020 15:13:19 +0000 (17:13 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 16 Jan 2020 17:36:23 +0000 (19:36 +0200)
* gnu/packages/crates-io.scm (rust-fallible-iterator-0.2)[arguments]:
Skip build.
[properties]: Remove field.

gnu/packages/crates-io.scm

index a53b801..aa5ae7f 100644 (file)
@@ -2933,13 +2933,13 @@ is configured via an environment variable.")
          (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))))