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.master
parent
12a56e93a8
commit
8a1a681fc6
|
@ -15215,11 +15215,13 @@ Unix users and groups.")
|
||||||
(base32
|
(base32
|
||||||
"06n8hw4hlbcz328a3gbpvmy0ma46vg1lc0r5wf55900szf3qdiq5"))))
|
"06n8hw4hlbcz328a3gbpvmy0ma46vg1lc0r5wf55900szf3qdiq5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-serde" ,rust-serde-1.0))))
|
||||||
(home-page "https://github.com/contain-rs/vec-map")
|
(home-page "https://github.com/contain-rs/vec-map")
|
||||||
(synopsis "Simple map based on a vector for small integer keys")
|
(synopsis "Simple map based on a vector for small integer keys")
|
||||||
(description
|
(description
|
||||||
"This package provides a simple map based on a vector for small integer keys.")
|
"This package provides a simple map based on a vector for small integer keys.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
|
Reference in New Issue