* [bug#67776] [PATCH 02/10] gnu: rust-windows-x86-64-gnullvm: Add 0.52.
@ 2023-12-11 17:53 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67776: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:53 UTC (permalink / raw)
To: 67776; +Cc: dziltener
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 13e793d55b..d79f9cb5ed 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83042,6 +83042,27 @@ (define-public rust-windows-0.9
("rust-windows-gen" ,rust-windows-gen-0.9)
("rust-windows-macros" ,rust-windows-macros-0.9))))))
+(define-public rust-windows-x86-64-gnullvm-0.52
+ (package
+ (name "rust-windows-x86-64-gnullvm")
+ (version "0.52.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "windows_x86_64_gnullvm" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "17lllq4l2k1lqgcnw1cccphxp9vs7inq99kjlm2lfl9zklg7wr8s"))
+ (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-aarch64-gnullvm-0.48
(package
(name "rust-windows-aarch64-gnullvm")
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67776: [PATCH 02/10] gnu: rust-windows-x86-64-gnullvm: Add 0.52.
2023-12-11 17:53 [bug#67776] [PATCH 02/10] gnu: rust-windows-x86-64-gnullvm: 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: 67776-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:45 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:53 [bug#67776] [PATCH 02/10] gnu: rust-windows-x86-64-gnullvm: Add 0.52 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67776: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.