gnu: Add rust-windows-sys-0.36.
* gnu/packages/crates-io.scm (rust-windows-sys-0.36): New variable.
This commit is contained in:
parent
36513fd082
commit
d5f3ad8283
@ -74354,6 +74354,34 @@ crate.")
|
||||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-sys-0.36
|
||||
(package
|
||||
(name "rust-windows-sys")
|
||||
(version "0.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lmqangv0zg1l46xiq7rfnqwsx8f8m52mqbgg2mrx7x52rd1a17a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-windows-aarch64-msvc" ,rust-windows-aarch64-msvc-0.36)
|
||||
("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.36)
|
||||
("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.36)
|
||||
("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.36)
|
||||
("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.36))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Rust for Windows")
|
||||
(description "The windows crate lets you call any Windows API past,
|
||||
present, and future using code generated on the fly directly from the metadata
|
||||
describing the API and right into your Rust package where you can call them as
|
||||
if they were just another Rust module.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-sys-0.28
|
||||
(package
|
||||
(name "rust-windows-sys")
|
||||
|
Loading…
x
Reference in New Issue
Block a user