mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add rust-stdweb-derive-0.5.
* gnu/packages/crates-io.scm (rust-stdweb-derive-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4d33dfd0c9
commit
a12a88b212
1 changed files with 28 additions and 0 deletions
|
@ -5387,6 +5387,34 @@ (define-public rust-static-assertions-0.3
|
|||
(properties '((hidden? . #t)))
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-stdweb-derive-0.5
|
||||
(package
|
||||
(name "rust-stdweb-derive")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "stdweb-derive" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c1rxx6rqcc4iic5hx320ki3vshpi8k58m5600iqzq4x2zcyn88f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-syn" ,rust-syn-0.15))))
|
||||
(home-page "https://github.com/koute/stdweb")
|
||||
(synopsis "Derive macros for the stdweb crate")
|
||||
(description
|
||||
"Derive macros for the @code{stdweb} crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-stdweb-internal-runtime-0.1
|
||||
(package
|
||||
(name "rust-stdweb-internal-runtime")
|
||||
|
|
Loading…
Reference in a new issue