me
/
guix
Archived
1
0
Fork 0

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>
master
( 2022-11-29 07:00:30 +00:00 committed by Tobias Geerinckx-Rice
parent df083cfeed
commit a8eb183b2a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 20 additions and 0 deletions

View File

@ -68006,6 +68006,26 @@ crate.")
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")