mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add rust-typed-builder-macro-0.18.
* gnu/packages/crates-io.scm (rust-typed-builder-macro-0.18): New variable. Change-Id: I189bf2db275339ddfe667eb7307499d11b3f4190 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ea2e5d3426
commit
5d033ac47a
1 changed files with 21 additions and 0 deletions
|
@ -80862,6 +80862,27 @@ (define-public rust-typed-builder-0.5
|
|||
"This package provides compile-time type-checked builder derive.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-typed-builder-macro-0.18
|
||||
(package
|
||||
(name "rust-typed-builder-macro")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "typed-builder-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14mlf9733bmdf6bqzmhrzc1hbxfazp0mxvs751wckdaifccy8blq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://github.com/idanarye/rust-typed-builder")
|
||||
(synopsis "Compile-time type-checked builder derive")
|
||||
(description "Compile-time type-checked builder derive.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-typed-headers-0.2
|
||||
(package
|
||||
(name "rust-typed-headers")
|
||||
|
|
Loading…
Reference in a new issue