mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
gnu: Add rust-windows-i686-gnu-0.52.
* gnu/packages/crates-io.scm (rust-windows-i686-gnu-0.52): New variable. (rust-windows-i686-gnu-0.48): Inherit from rust-windows-i686-gnu-0.52. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: Ia50fe40b833edc04c3fd2ac6a47e21f927af0eba
This commit is contained in:
parent
b514e9993e
commit
79cc008842
1 changed files with 23 additions and 8 deletions
|
@ -91518,8 +91518,30 @@ crate.")
|
|||
(description "Windows metadata compiler.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-i686-gnu-0.52
|
||||
(package
|
||||
(name "rust-windows-i686-gnu")
|
||||
(version "0.52.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows_i686_gnu" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"04zkglz4p3pjsns5gbz85v4s5aw102raz4spj4b0lmm33z5kg1m2"))
|
||||
(snippet
|
||||
'(delete-file "lib/libwindows.0.52.0.a"))))
|
||||
(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-windows-i686-gnu-0.48
|
||||
(package
|
||||
(inherit rust-windows-i686-gnu-0.52)
|
||||
(name "rust-windows-i686-gnu")
|
||||
(version "0.48.0")
|
||||
(source (origin
|
||||
|
@ -91531,14 +91553,7 @@ crate.")
|
|||
"0hd2v9kp8fss0rzl83wzhw0s5z8q1b4875m6s1phv0yvlxi1jak2"))
|
||||
(snippet
|
||||
#~(delete-file "lib/libwindows.0.48.0.a"))))
|
||||
(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))))
|
||||
(arguments (list #:skip-build? #t))))
|
||||
|
||||
(define-public rust-windows-i686-gnu-0.42
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue