mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-windows-x86-64-msvc-0.32.
* gnu/packages/crates-io.scm (rust-windows-x86-64-msvc-0.32): New variable.
This commit is contained in:
parent
f454a2781b
commit
d158034a13
1 changed files with 20 additions and 0 deletions
|
@ -73891,6 +73891,26 @@ (define-public rust-windows-x86-64-msvc-0.28
|
||||||
crate.")
|
crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-x86-64-msvc-0.32
|
||||||
|
(package
|
||||||
|
(name "rust-windows-x86-64-msvc")
|
||||||
|
(version "0.32.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows_x86_64_msvc" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"05l392h518dxn808dc1zkv6d0r9z38q68qqc0ix9fs9741v28jjh"))))
|
||||||
|
(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-x86-64-gnu-0.28
|
(define-public rust-windows-x86-64-gnu-0.28
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-x86-64-gnu")
|
(name "rust-windows-x86-64-gnu")
|
||||||
|
|
Loading…
Reference in a new issue