efraim pushed a commit to branch master
in repository guix.
commit 8a1a681fc66a360c2886a292872e45f7fc7143bd
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 17 23:02:47 2020 +0200
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.
---
gnu/packages/crates-io.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 21f81b8..5bd0e22 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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))))