1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 17:50:34 +02:00

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

View File

@@ -15215,11 +15215,13 @@ Unix users and groups.")
(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))))