mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Add rust-windows-aarch64-msvc-0.32.
* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.32): New variable.
This commit is contained in:
parent
3cade2e0bb
commit
541db40c35
1 changed files with 20 additions and 0 deletions
|
@ -74047,6 +74047,26 @@ (define-public rust-windows-aarch64-msvc-0.28
|
||||||
crate.")
|
crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-aarch64-msvc-0.32
|
||||||
|
(package
|
||||||
|
(name "rust-windows-aarch64-msvc")
|
||||||
|
(version "0.32.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows_aarch64_msvc" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1x8bnafz15ksgpbjbgk1l1j2jx4rq4a2ylzcahb1jhy4n59jgsfq"))))
|
||||||
|
(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-sys-0.28
|
(define-public rust-windows-sys-0.28
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-sys")
|
(name "rust-windows-sys")
|
||||||
|
|
Loading…
Reference in a new issue