mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add rust-windows-version-0.1.
* gnu/packages/crates-windows.scm (rust-windows-version-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
63c6cbbc7d
commit
ccbc731dbc
1 changed files with 21 additions and 0 deletions
|
@ -2972,6 +2972,27 @@ (define-public rust-windows-tokens-0.32
|
|||
(base32
|
||||
"1rrqbxjkyk6h6p6jjzbcxr0mhqbz0yfndd2s2dsgmbl75f4yy7gn"))))))
|
||||
|
||||
(define-public rust-windows-version-0.1
|
||||
(package
|
||||
(name "rust-windows-version")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-version" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05a5hia3d2vxd16vj2hxiyicxaqdjcm9sgpip4pzza4vgi2sm639"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-windows-targets" ,rust-windows-targets-0.52))
|
||||
#:cargo-development-inputs
|
||||
(("rust-windows-bindgen" ,rust-windows-bindgen-0.56))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Windows version information")
|
||||
(description "This package provides Windows version information.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-win-3
|
||||
(package
|
||||
(name "rust-windows-win")
|
||||
|
|
Loading…
Reference in a new issue