gnu: Add rust-windows-aarch64-msvc-0.39.
* gnu/packages/crates-io.scm (rust-windows-aarch64-msvc-0.39): New variable. Change-Id: I1af23976f24962c059dca875923d314b2150a4ec Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
da612198c7
commit
23877d6879
1 changed files with 17 additions and 2 deletions
|
@ -88908,7 +88908,7 @@ if they were just another Rust module.")
|
||||||
(base32
|
(base32
|
||||||
"1wvwipchhywcjaw73h998vzachf668fpqccbhrxzrz5xszh2gvxj"))
|
"1wvwipchhywcjaw73h998vzachf668fpqccbhrxzrz5xszh2gvxj"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "lib/windows.0.48.0.lib"))))
|
#~(delete-file "lib/windows.0.48.0.lib"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:skip-build? #t))
|
(list #:skip-build? #t))
|
||||||
|
@ -88931,10 +88931,25 @@ crate.")
|
||||||
(base32
|
(base32
|
||||||
"0hsdikjl5sa1fva5qskpwlxzpc5q9l909fpl1w6yy1hglrj8i3p0"))
|
"0hsdikjl5sa1fva5qskpwlxzpc5q9l909fpl1w6yy1hglrj8i3p0"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "lib/windows.lib"))))
|
#~(delete-file "lib/windows.lib"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:skip-build? #t))))
|
(list #:skip-build? #t))))
|
||||||
|
|
||||||
|
(define-public rust-windows-aarch64-msvc-0.39
|
||||||
|
(package
|
||||||
|
(inherit rust-windows-aarch64-msvc-0.42)
|
||||||
|
(name "rust-windows-aarch64-msvc")
|
||||||
|
(version "0.39.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows_aarch64_msvc" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1wj0nfmyli4bn5af243r4s3zncxv0n4j6dd8zyb41gcnc1k12xzc"))
|
||||||
|
(snippet
|
||||||
|
#~(delete-file "lib/windows.lib"))))))
|
||||||
|
|
||||||
(define-public rust-windows-aarch64-msvc-0.36
|
(define-public rust-windows-aarch64-msvc-0.36
|
||||||
(package
|
(package
|
||||||
(inherit rust-windows-aarch64-msvc-0.42)
|
(inherit rust-windows-aarch64-msvc-0.42)
|
||||||
|
|
Reference in a new issue