unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67779] [PATCH 03/10] gnu: rust-windows-aarch64-msvc: Add 0.52.
@ 2023-12-11 17:54 Daniel Ziltener via Guix-patches via
  2023-12-26 11:44 ` bug#67779: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:54 UTC (permalink / raw)
  To: 67779; +Cc: dziltener

---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d79f9cb5ed..f4629b3ebe 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83102,6 +83102,28 @@ (define-public rust-windows-aarch64-gnullvm-0.42
     (arguments
      (list #:skip-build? #t))))
 
+(define-public rust-windows-aarch64-msvc-0.52
+  (package
+    (name "rust-windows-aarch64-msvc")
+    (version "0.52.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_aarch64_msvc" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1vvmy1ypvzdvxn9yf0b8ygfl85gl2gpcyvsvqppsmlpisil07amv"))
+              (snippet
+               '(delete-file "lib/windows.0.52.0.lib"))))
+    (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-aarch64-msvc-0.48
   (package
     (name "rust-windows-aarch64-msvc")
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67779: [PATCH 03/10] gnu: rust-windows-aarch64-msvc: Add 0.52.
  2023-12-11 17:54 [bug#67779] [PATCH 03/10] gnu: rust-windows-aarch64-msvc: Add 0.52 Daniel Ziltener via Guix-patches via
@ 2023-12-26 11:44 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-26 11:44 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 67779-done

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

Thanks. Patch added to the rust-team branch.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-26 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 17:54 [bug#67779] [PATCH 03/10] gnu: rust-windows-aarch64-msvc: Add 0.52 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67779: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).