gnu: rust-vec-map-0.8: Don't hide package.

* gnu/packages/crates-io.scm (rust-vec-map-0.8)[arguments]: Add
rust-serde-1.0 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-17 23:02:47 +02:00
parent 12a56e93a8
commit 8a1a681fc6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -15215,11 +15215,13 @@ (define-public rust-vec-map-0.8
(base32
"06n8hw4hlbcz328a3gbpvmy0ma46vg1lc0r5wf55900szf3qdiq5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1.0))))
(home-page "https://github.com/contain-rs/vec-map")
(synopsis "Simple map based on a vector for small integer keys")
(description
"This package provides a simple map based on a vector for small integer keys.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))