mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
a07110ee48
commit
ff5a070244
1 changed files with 3 additions and 1 deletions
|
@ -13550,11 +13550,13 @@ serializing Rust structures.")
|
||||||
(base32
|
(base32
|
||||||
"1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5"))))
|
"1xm1gbvz9qisj1l6d36hrl9pw8imr8ngs6qyanjnsad3h0yfcfv5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-unsafe-any" ,rust-unsafe-any-0.4))))
|
||||||
(home-page "https://github.com/reem/rust-typemap")
|
(home-page "https://github.com/reem/rust-typemap")
|
||||||
(synopsis "Typesafe store for many value types")
|
(synopsis "Typesafe store for many value types")
|
||||||
(description
|
(description
|
||||||
"A typesafe store for many value types.")
|
"A typesafe store for many value types.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-typenum-1.10
|
(define-public rust-typenum-1.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue