mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a9b5fe4d86
commit
0441e834a2
1 changed files with 1 additions and 1 deletions
|
@ -2933,13 +2933,13 @@ is configured via an environment variable.")
|
||||||
(base32
|
(base32
|
||||||
"1xq759lsr8gqss7hva42azn3whgrbrs2sd9xpn92c5ickxm1fhs4"))))
|
"1xq759lsr8gqss7hva42azn3whgrbrs2sd9xpn92c5ickxm1fhs4"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments '(#:skip-build? #t))
|
||||||
(home-page "https://github.com/sfackler/rust-fallible-iterator")
|
(home-page "https://github.com/sfackler/rust-fallible-iterator")
|
||||||
(synopsis "Fallible iterator traits")
|
(synopsis "Fallible iterator traits")
|
||||||
(description "If the @code{std} or @code{alloc} features are enabled, this
|
(description "If the @code{std} or @code{alloc} features are enabled, this
|
||||||
crate provides implementations for @code{Box}, @code{Vec}, @code{BTreeMap}, and
|
crate provides implementations for @code{Box}, @code{Vec}, @code{BTreeMap}, and
|
||||||
@code{BTreeSet}. If the @code{std} feature is enabled, this crate additionally
|
@code{BTreeSet}. If the @code{std} feature is enabled, this crate additionally
|
||||||
provides implementations for @code{HashMap} and @code{HashSet}.")
|
provides implementations for @code{HashMap} and @code{HashSet}.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue