mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add rust-windows-aarch64-msvc-0.36.
* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.36): New variable.
This commit is contained in:
parent
8e9105f749
commit
36513fd082
1 changed files with 20 additions and 0 deletions
|
@ -74272,6 +74272,26 @@ crate.")
|
|||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-aarch64-msvc-0.36
|
||||
(package
|
||||
(name "rust-windows-aarch64-msvc")
|
||||
(version "0.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_aarch64_msvc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ixaxs2c37ll2smprzh0xq5p238zn8ylzb3lk1zddqmd77yw7f4v"))))
|
||||
(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-aarch64-msvc-0.28
|
||||
(package
|
||||
(name "rust-windows-aarch64-msvc")
|
||||
|
|
Loading…
Reference in a new issue