mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-windows-x86-64-gnullvm-0.42.
* gnu/packages/crates-io.scm (rust-windows-x86-64-gnullvm-0.42): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
f8ae66bd8b
commit
90e8dd9430
1 changed files with 19 additions and 0 deletions
|
@ -68223,6 +68223,25 @@ (define-public rust-windows-x86-64-gnu-0.28
|
|||
(base32
|
||||
"0m79bhdr54g4h4wh2q8wkjlkypb5wvl7xzhc2csiaqb5yl4z8cdw"))))))
|
||||
|
||||
(define-public rust-windows-x86-64-gnullvm-0.42
|
||||
(package
|
||||
(name "rust-windows-x86-64-gnullvm")
|
||||
(version "0.42.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-x86-64-gnullvm" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0a10rns9b07m9snlr97iqxq42zi9ai547gb5fqlv7vihpb92bm89"))))
|
||||
(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-xmltree-0.10
|
||||
(package
|
||||
(name "rust-xmltree")
|
||||
|
|
Loading…
Reference in a new issue