mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
12a56e93a8
commit
8a1a681fc6
1 changed files with 3 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue