1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00

gnu: rust-try-from-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-try-from-0.3)[arguments]: Add
rust-cfg-if-0.1 to cargo-inputs.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner
2020-02-18 10:44:06 +02:00
parent 9dbe9948b5
commit d6aa45aa80

View File

@@ -14494,11 +14494,13 @@ serializing Rust structures.")
(base32
"12wdd4ja7047sd3rx70hv2056hyc8gcdllcx3a41g1rnw64kng98"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1))))
(home-page "https://github.com/derekjw/try_from")
(synopsis "TryFrom and TryInto traits for failable conversions")
(description
"TryFrom and TryInto traits for failable conversions that return a Result.")
(properties '((hidden? . #t)))
"TryFrom and TryInto traits for failable conversions that return a Result.")
(license license:expat)))
(define-public rust-try-lock-0.2