unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Giacomo Leidi via Guix-patches via <guix-patches@gnu.org>
To: 70705@debbugs.gnu.org
Cc: Giacomo Leidi <goodoldpaul@autistici.org>,
	Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#70705] [PATCH 3/3] gnu: Add rust-hidapi-2.
Date: Wed,  1 May 2024 22:39:40 +0200	[thread overview]
Message-ID: <9997e2566a91b9e685cb631570f825ac500221f0.1714595980.git.goodoldpaul@autistici.org> (raw)
In-Reply-To: <b9889abd0e4866d3ff05a691ac587a5a4423bf11.1714595980.git.goodoldpaul@autistici.org>

* gnu/packages/crates-io.scm (rust-hidapi-2): New variable.

Change-Id: I3a8bb6e7d6e555fba8df036053b146d414b14198
---
 gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 56ecb967cb..7ac1c8f2da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28737,6 +28737,36 @@ (define-public rust-hexf-parse-0.2
 provided for each type.")
     (license license:cc0)))
 
+(define-public rust-hidapi-2
+  (package
+    (name "rust-hidapi")
+    (version "2.6.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hidapi" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0g62241lsd88blvmnwl4mwa556dljazc3g2ymq6zx27y4082an4y"))))
+    (build-system cargo-build-system)
+    (native-inputs
+     (list pkg-config))
+    (inputs
+     (list eudev hidapi))
+    (arguments
+     `(#:cargo-inputs (("rust-cc" ,rust-cc-1)
+                       ("rust-cfg-if" ,rust-cfg-if-1)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-nix" ,rust-nix-0.27)
+                       ("rust-pkg-config" ,rust-pkg-config-0.3)
+                       ("rust-udev" ,rust-udev-0.8)
+                       ("rust-windows-sys" ,rust-windows-sys-0.48))))
+    (home-page "https://github.com/ruabmbua/hidapi-rs")
+    (synopsis "Rust-y wrapper around @code{hidapi}")
+    (description "This crate provides a Rust abstraction over the features of
+the C library @code{hidapi}.  Based off of @code{hidapi-rs} by Osspial.")
+    (license license:expat)))
+
 (define-public rust-hostname-0.3
   (package
     (name "rust-hostname")
-- 
2.41.0





  parent reply	other threads:[~2024-05-01 20:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 20:35 [bug#70705] Add rust-hidapi paul via Guix-patches via
2024-05-01 20:39 ` [bug#70705] [PATCH 1/3] gnu: Add rust-libudev-sys-0.1 Giacomo Leidi via Guix-patches via
2024-05-01 20:39   ` [bug#70705] [PATCH 2/3] gnu: Add rust-udev-0.8 Giacomo Leidi via Guix-patches via
2024-05-01 20:39   ` Giacomo Leidi via Guix-patches via [this message]
2024-09-04 17:31 ` [bug#70705] Add rust-hidapi paul via Guix-patches via
2024-09-04 20:59 ` [bug#70705] [PATCH v2 1/3] gnu: Add rust-libudev-sys-0.1 Giacomo Leidi via Guix-patches via
2024-09-04 20:59   ` [bug#70705] [PATCH v2 2/3] gnu: rust-udev: Update to 0.8 Giacomo Leidi via Guix-patches via
2024-09-04 20:59   ` [bug#70705] [PATCH v2 3/3] gnu: Add rust-hidapi-2 Giacomo Leidi 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9997e2566a91b9e685cb631570f825ac500221f0.1714595980.git.goodoldpaul@autistici.org \
    --to=guix-patches@gnu.org \
    --cc=70705@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=goodoldpaul@autistici.org \
    /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 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).