all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jaeme Sifat via Guix-patches via <guix-patches@gnu.org>
To: 66805@debbugs.gnu.org
Cc: Jaeme Sifat <jaeme@runbox.com>
Subject: [bug#66805] [PATCH 16/22] gnu: Add rust-windows-bindgen-0.51.
Date: Sun, 29 Oct 2023 00:27:08 -0400	[thread overview]
Message-ID: <b77b618443cdd1cd634096e0b517477e960ba65c.1698553238.git.jaeme@runbox.com> (raw)
In-Reply-To: <cover.1698553236.git.jaeme@runbox.com>

* gnu/packages/crates-io.scm (rust-windows-bindgen-0.51): New variable.

Signed-off-by: Jaeme Sifat <jaeme@runbox.com>
Change-Id: Ia87e9a9dfdd8ac2d8dc19365c40f04ff62980e57
---
 gnu/packages/crates-io.scm | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index af793cf147..10e45af42d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83347,6 +83347,30 @@ (define-public rust-windows-aarch64-msvc-0.28
                (base32
                 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj"))))))
 
+(define-public rust-windows-bindgen-0.51
+  (package
+    (name "rust-windows-bindgen")
+    (version "0.51.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "windows-bindgen" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0xfdq4q958qal5iks8xkaanf7w3akzfxc58dxvz7amhjg2vic7xw"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-rayon" ,rust-rayon-1)
+                       ("rust-syn" ,rust-syn-2)
+                       ("rust-windows-metadata" ,rust-windows-metadata-0.51))))
+    (home-page "https://github.com/microsoft/windows-rs")
+    (synopsis "Windows metadata compiler bindings")
+    (description
+     "This package provides the windows metadata compiler bindings.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-windows-i686-gnu-0.48
   (package
     (name "rust-windows-i686-gnu")
@@ -83737,7 +83761,7 @@ (define-public rust-windows-metadata-0.51
     (build-system cargo-build-system)
     (home-page "https://github.com/microsoft/windows-rs")
     (synopsis "Windows metadata reader")
-    (description "Windows metadata reader")
+    (description "This package provides a Windows metadata reader.")
     (license (list license:expat license:asl2.0))))
 
 (define-public rust-windows-targets-0.48
-- 
2.34.1





  parent reply	other threads:[~2023-10-29  4:31 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-29  4:24 [bug#66805] [PATCH 00/22] gnu: rust-apps: Add eza Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 01/22] gnu: Add rust-uzers-0.11 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 02/22] gnu: Add rust-uutils-term-grid-0.3 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 03/22] gnu: Add rust-isolang-2 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 04/22] gnu: Add rust-timeago-0.4 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 05/22] gnu: Add rust-terminal-size-0.3 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 06/22] gnu: Add rust-partition-identity-0.3 Jaeme Sifat via Guix-patches via
2023-10-29  4:26 ` [bug#66805] [PATCH 07/22] gnu: Add rust-proc-mounts-0.3 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 08/22] gnu: rust-phf-shared-0.11: Update to 0.11.2 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 09/22] gnu: rust-phf-macros-0.11: " Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 10/22] gnu: rust-phf-0.11: " Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 11/22] gnu: rust-num-cpus-1: Update to 1.16.0 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 12/22] gnu: Add rust-libssh2-sys-0.3 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 13/22] gnu: Add rust-libgit2-sys-0.16 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 14/22] gnu: Add rust-git2-0.18 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 15/22] gnu: Add rust-windows-metadata-0.51 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` Jaeme Sifat via Guix-patches via [this message]
2023-10-29  4:27 ` [bug#66805] [PATCH 17/22] gnu: Add rust-pure-rust-locales-0.7 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 18/22] gnu: Add rust-android-tzdata-0.1 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 19/22] gnu: rust-chrono-0.4: Update to 0.4.31 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 20/22] gnu: Add rust-ansiterm-0.12 Jaeme Sifat via Guix-patches via
2023-10-29  4:27 ` [bug#66805] [PATCH 21/22] gnu: Add eza Jaeme Sifat via Guix-patches via
2023-11-05 10:31   ` bug#66805: " Efraim Flashner
2023-10-29  4:27 ` [bug#66805] [PATCH 22/22] gnu: Update copyright header Jaeme Sifat via Guix-patches via
2023-10-30  3:52 ` [bug#66805] [PATCH vREVISION] gnu: eza: Fix arguments field Jaeme Sifat via Guix-patches via

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=b77b618443cdd1cd634096e0b517477e960ba65c.1698553238.git.jaeme@runbox.com \
    --to=guix-patches@gnu.org \
    --cc=66805@debbugs.gnu.org \
    --cc=jaeme@runbox.com \
    /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.