me
/
guix
Archived
1
0
Fork 0

gnu: rust-typemap-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-typemap-0.3)[arguments]: Add
rust-unsafe-any-0.4 to cargo-inputs.
[properties]: Remove field.
master
Efraim Flashner 2020-02-11 17:30:15 +02:00
parent a07110ee48
commit ff5a070244
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -13550,11 +13550,13 @@ serializing Rust structures.")
(base32
"1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-unsafe-any" ,rust-unsafe-any-0.4))))
(home-page "https://github.com/reem/rust-typemap")
(synopsis "Typesafe store for many value types")
(description
"A typesafe store for many value types.")
(properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-typenum-1.10