gnu: Add rust-from-variants-impl-0.6.
* gnu/packages/crates-io.scm (rust-from-variants-impl-0.6): Add variable. Change-Id: I613787f3cc2c4633367727a7bacb1f11ce0df118 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a3e431d876
commit
31ce5a18eb
1 changed files with 25 additions and 0 deletions
|
@ -24251,6 +24251,31 @@ values to other threads.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))))
|
(list pkg-config))))
|
||||||
|
|
||||||
|
(define-public rust-from-variants-impl-0.6
|
||||||
|
(package
|
||||||
|
(name "rust-from-variants-impl")
|
||||||
|
(version "0.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "from_variants_impl" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "06i4bjjxbq6c4hlx2ly04s64d1972zkskshc2v4xx7n8lfghf23y"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-darling" ,rust-darling-0.10)
|
||||||
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
|
||||||
|
(home-page "https://github.com/TedDriggs/from_variants")
|
||||||
|
(synopsis "Internal helper crate for from_variants crate")
|
||||||
|
(description "This package is an internal helper crate for
|
||||||
|
from_variants crate.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-fs2-0.4
|
(define-public rust-fs2-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-fs2")
|
(name "rust-fs2")
|
||||||
|
|
Reference in a new issue