gnu: Add rust-windows-aarch64-msvc-0.28.
* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.28): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
c56a1d4d07
commit
1121533240
1 changed files with 19 additions and 0 deletions
|
@ -66653,6 +66653,25 @@ (define-public rust-windows-i686-gnu-0.28
|
|||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-aarch64-msvc-0.28
|
||||
(package
|
||||
(name "rust-windows-aarch64-msvc")
|
||||
(version "0.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_aarch64_msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Code gen support for the windows crate")
|
||||
(description "This package provides code gen support for the windows
|
||||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-gen-0.9
|
||||
(package
|
||||
(name "rust-windows-gen")
|
||||
|
|
Loading…
Reference in a new issue