me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-windows-i686-msvc-0.36.

* gnu/packages/crates-io.scm (rust-windows-i686-msvc-0.36): New variable.
master
Ricardo Wurmus 2022-09-06 23:06:59 +02:00
parent ca11628eaa
commit 730c93be87
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 20 additions and 0 deletions

View File

@ -74173,6 +74173,26 @@ crate.")
crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-i686-msvc-0.36
(package
(name "rust-windows-i686-msvc")
(version "0.36.1")
(source (origin
(method url-fetch)
(uri (crate-uri "windows_i686_msvc" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"097h2a7wig04wbmpi3rz1akdy4s8gslj5szsx8g2v0dj91qr3rz2"))))
(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-i686-msvc-0.32
(package
(name "rust-windows-i686-msvc")