gnu: Add rust-windows-implement-0.32.
* gnu/packages/crates-io.scm (rust-windows-implement-0.32): New variable.
This commit is contained in:
parent
a14f755e09
commit
3b3ce44ee9
1 changed files with 23 additions and 0 deletions
|
@ -74067,6 +74067,29 @@ (define-public rust-windows-aarch64-msvc-0.32
|
|||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-implement-0.32
|
||||
(package
|
||||
(name "rust-windows-implement")
|
||||
(version "0.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-implement" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0f3lnjs9rlihin9cjf9y7np1x15c0v09v0cwlw1n7c30145xmciz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-syn" ,rust-syn-1)
|
||||
("rust-windows-tokens" ,rust-windows-tokens-0.32))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Implement macro for the windows crate")
|
||||
(description "This package provides the implement macro for the windows
|
||||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-sys-0.28
|
||||
(package
|
||||
(name "rust-windows-sys")
|
||||
|
|
Loading…
Reference in a new issue