mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-windows-gen-0.9: Order alphabetically.
* gnu/packages/crates-windows.scm (rust-windows-gen-0.9): Order. Change-Id: Idf76b9e3c3bf02d77163c031836d2dd02bc6bcef Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ddd932311b
commit
2f4039fc19
1 changed files with 18 additions and 18 deletions
|
@ -1725,6 +1725,24 @@ (define-public rust-windows-core-0.52
|
|||
(arguments
|
||||
`(#:cargo-inputs (("rust-windows-targets" ,rust-windows-targets-0.52))))))
|
||||
|
||||
(define-public rust-windows-gen-0.9
|
||||
(package
|
||||
(name "rust-windows-gen")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_gen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lh492px26rrna0harikyy4p7nk520pw2lv0dczp4n2xa6y4s5al"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t #:cargo-inputs (("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Code gen support for the windows crate")
|
||||
(description "Code gen support for the windows crate")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-i686-gnu-0.52
|
||||
(package
|
||||
(name "rust-windows-i686-gnu")
|
||||
|
@ -2589,24 +2607,6 @@ (define-public rust-windows-sys-0.28
|
|||
("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.28)
|
||||
("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.28))))))
|
||||
|
||||
(define-public rust-windows-gen-0.9
|
||||
(package
|
||||
(name "rust-windows-gen")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_gen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lh492px26rrna0harikyy4p7nk520pw2lv0dczp4n2xa6y4s5al"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t #:cargo-inputs (("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Code gen support for the windows crate")
|
||||
(description "Code gen support for the windows crate")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-macros-0.9
|
||||
(package
|
||||
(name "rust-windows-macros")
|
||||
|
|
Loading…
Reference in a new issue