gnu: Add rust-windows-i686-gnu-0.32.
* gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.32): New variable.
This commit is contained in:
parent
69dd61fefd
commit
3cade2e0bb
1 changed files with 20 additions and 0 deletions
|
@ -74008,6 +74008,26 @@ (define-public rust-windows-i686-gnu-0.28
|
|||
crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-i686-gnu-0.32
|
||||
(package
|
||||
(name "rust-windows-i686-gnu")
|
||||
(version "0.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_i686_gnu" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05g6kpdfxwxnw2gn1nrd7bsf5997rci0k3h3nqby168ph5l1qwba"))))
|
||||
(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