mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-windows-implement-0.46.
* gnu/packages/crates-io.scm (rust-windows-implement-0.46): New variable.
This commit is contained in:
parent
0c7a1cc719
commit
ac458197e2
1 changed files with 24 additions and 0 deletions
|
@ -71610,6 +71610,30 @@ (define-public rust-windows-i686-msvc-0.28
|
|||
(base32
|
||||
"0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai"))))))
|
||||
|
||||
(define-public rust-windows-implement-0.46
|
||||
(package
|
||||
(name "rust-windows-implement")
|
||||
(version "0.46.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-implement" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09kw706qcms5yy34lf714zspj34v8jirfxv7yycavpcsa9czpd69"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "The implement macro for the windows crate")
|
||||
(description "This package provides the @code{implement} macro for the
|
||||
windows crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-implement-0.32
|
||||
(package
|
||||
(name "rust-windows-implement")
|
||||
|
|
Loading…
Reference in a new issue