gnu: Add rust-windows-aarch64-gnullvm-0.42.
* gnu/packages/crates-io.scm (rust-windows-aarch64-gnullvm-0.42): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
df083cfeed
commit
a8eb183b2a
1 changed files with 20 additions and 0 deletions
|
@ -68006,6 +68006,26 @@ (define-public rust-windows-i686-gnu-0.32
|
|||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-aarch64-gnullvm-0.42
|
||||
(package
|
||||
(name "rust-windows-aarch64-gnullvm")
|
||||
(version "0.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-aarch64-gnullvm" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17m1p753qk02r25afg31dxym4rpy7kpr0z8nwl5f1jzhyrqsmlj1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #: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.36
|
||||
(package
|
||||
(name "rust-windows-aarch64-msvc")
|
||||
|
|
Loading…
Reference in a new issue