* [bug#67775] [PATCH 01/10] gnu: rust-windows-sys-0.52: Add 0.52.0.
@ 2023-12-11 17:52 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67775: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:52 UTC (permalink / raw)
To: 67775; +Cc: dziltener
---
gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..13e793d55b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83395,6 +83395,29 @@ (define-public rust-windows-interface-0.46
crate.")
(license (list license:expat license:asl2.0))))
+(define-public rust-windows-sys-0.52
+ (package
+ (name "rust-windows-sys")
+ (version "0.52.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "windows-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0gd3v4ji88490zgb6b5mq5zgbvwv7zx1ibn8v3x83rwcdbryaar8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-windows-targets" ,rust-windows-targets-0.52))))
+ (home-page "https://github.com/microsoft/windows-rs")
+ (synopsis "Rust for Windows")
+ (description "The windows crate lets you call any Windows API past,
+present, and future using code generated on the fly directly from the metadata
+describing the API and right into your Rust package where you can call them as
+if they were just another Rust module.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-windows-sys-0.48
(package
(name "rust-windows-sys")
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67775: [PATCH 01/10] gnu: rust-windows-sys-0.52: Add 0.52.0.
2023-12-11 17:52 [bug#67775] [PATCH 01/10] gnu: rust-windows-sys-0.52: Add 0.52.0 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: 67775-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:36 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:52 [bug#67775] [PATCH 01/10] gnu: rust-windows-sys-0.52: Add 0.52.0 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67775: " 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.