From: Jordan Moore <lockbox@struct.foo>
To: 73329@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>,
Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#73329] [PATCH 1/7] gnu: Add rust-windows-0.43.
Date: Wed, 18 Sep 2024 07:05:40 -0400 [thread overview]
Message-ID: <d201d86ae1350b7ac008d7a9e463b69a33df499a.1726623493.git.lockbox@struct.foo> (raw)
In-Reply-To: <cover.1726623493.git.lockbox@struct.foo>
* gnu/packages/crates-windows.scm (rust-windows-0.43): New variable.
* gnu/packages/crates-windows.scm (rust-windows-interface-0.43): New
variable.
* gnu/packages/crates-windows.scm (rust-windows-implement-0.43): New
variable.
Change-Id: If6f0139141bb9550fe3996c4938134346bee376b
---
gnu/packages/crates-windows.scm | 63 +++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index ef91db0e96..607919aef0 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 Daniel Ziltener <dziltener@lyrion.ch>
;;; Copyright © 2024 Tomas Volf <~@wolfsden.cz>
+;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1389,6 +1390,31 @@ (define-public rust-windows-0.44
("rust-windows-interface" ,rust-windows-interface-0.44)
("rust-windows-targets" ,rust-windows-targets-0.42))))))
+(define-public rust-windows-0.43
+ (package
+ (inherit rust-windows-0.44)
+ (name "rust-windows")
+ (version "0.43.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "windows" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0i32alvc4n4l7abmv1fsvnd1lzw17f1cpr16kgx0sqz5wg82wrh4"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-windows-implement" ,rust-windows-implement-0.43)
+ ("rust-windows-interface" ,rust-windows-interface-0.43)
+ ("rust-windows-aarch64-gnullvm" ,rust-windows-aarch64-gnullvm-0.42)
+ ("rust-windows-aarch64-msvc" ,rust-windows-aarch64-msvc-0.42)
+ ("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.42)
+ ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.42)
+ ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.42)
+ ("rust-windows-x86-64-gnullvm" ,rust-windows-x86-64-gnullvm-0.42)
+ ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.42))))))
+
(define-public rust-windows-0.39
(package
(inherit rust-windows-0.46)
@@ -1973,6 +1999,24 @@ (define-public rust-windows-implement-0.44
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
+(define-public rust-windows-implement-0.43
+ (package
+ (inherit rust-windows-implement-0.48)
+ (name "rust-windows-implement")
+ (version "0.43.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "windows-implement" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01zqmrdnz2j5qd4ahqjsz724mdabi577f400yywcahy7dl2rpqmp"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))))
+
(define-public rust-windows-implement-0.39
(package
(inherit rust-windows-implement-0.46)
@@ -2084,6 +2128,25 @@ (define-public rust-windows-interface-0.44
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
+(define-public rust-windows-interface-0.43
+ (package
+ (inherit rust-windows-interface-0.44)
+ (name "rust-windows-interface")
+ (version "0.43.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "windows-interface" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "06drakcacg4d680qa2sk62kqn7ini00xw3zz0hwqwx1my2z4z3dw"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))))
+
(define-public rust-windows-interface-0.39
(package
(inherit rust-windows-interface-0.46)
--
2.44.2
next prev parent reply other threads:[~2024-09-18 13:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 1:58 [bug#73329] [PATCH 0/7] Add lsd utility Jordan Moore
2024-09-18 11:05 ` Jordan Moore [this message]
2024-09-18 11:05 ` [bug#73329] [PATCH 2/7] gnu: Add rust-term-grid-0.1 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 3/7] gnu: Add rust-unicode-width-0.1.13 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 4/7] gnu: Add rust-vsort-0.2 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 5/7] gnu: Add rust-human-sort-0.2 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 6/7] gnu: Add rust-clap-derive-4.3 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 7/7] gnu: Add lsd Jordan Moore
2024-10-16 1:46 ` [bug#73329] 73329 checks Jordan Moore
2024-10-21 5:20 ` bug#73329: [PATCH 0/7] Add lsd utility Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d201d86ae1350b7ac008d7a9e463b69a33df499a.1726623493.git.lockbox@struct.foo \
--to=lockbox@struct.foo \
--cc=73329@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.