unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazew@gmail.com>
To: 66378@debbugs.gnu.org
Subject: [bug#66378] [PATCH] gnu: Add rust-evdev-0.12.
Date: Sat, 07 Oct 2023 03:01:31 +0300	[thread overview]
Message-ID: <87cyxrpag4.fsf@gmail.com> (raw)
In-Reply-To: <878r8ftiaq.fsf@gmail.com>

* gnu/packages/crates-io.scm (rust-evdev-0.12): New variable.
---
 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 29a2bc48ec..ed709ed62c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23330,6 +23330,36 @@ (define-public rust-event-listener-2
 blocking data structures.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-evdev-0.12
+  (package
+    (name "rust-evdev")
+    (version "0.12.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "evdev" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1ww35bkqf060nl6x2vfg0frd6ql470c90l2ah68b3mngr3y5kv9b"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-bitvec" ,rust-bitvec-1)
+        ("rust-cfg-if" ,rust-cfg-if-1)
+        ("rust-futures-core" ,rust-futures-core-0.3)
+        ("rust-libc" ,rust-libc-0.2)
+        ("rust-nix" ,rust-nix-0.23)
+        ("rust-paste" ,rust-paste-1)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-thiserror" ,rust-thiserror-1)
+        ("rust-tokio" ,rust-tokio-1))))
+    (home-page "https://github.com/cmr/evdev")
+    (synopsis "Rust interface to Linux event devices")
+    (description "This package provides evdev interface for Linux.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-executable-path-1
   (package
     (name "rust-executable-path")

base-commit: a7e6b4c98b97921ab695218f9b89be4f1ded48c9
prerequisite-patch-id: ec4a09723b91089c8eb5b5269ae81272bb4d81b4
prerequisite-patch-id: 9680399593e3dcdb5b10ee646023efd1215942d9
prerequisite-patch-id: 66497a0079d0077e7b5001707d8211c525ea7193
prerequisite-patch-id: 4f512542ae5806d47054e063e3dd1df66258c530
prerequisite-patch-id: 48abb1e84ca8d85b23794222f8fa5b4d2dfa4699
prerequisite-patch-id: a7fdd2f87131ad73865389152d4a826df24fcae7
-- 
2.41.0


-- 

Aleksandr Vityazev




  parent reply	other threads:[~2023-10-07  0:02 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-06 23:58 [bug#66378] [PATCH 00/35] Add xremap Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-derive-where-1 Aleksandr Vityazev
2023-10-07  0:01 ` Aleksandr Vityazev [this message]
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-fork-0.1 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-macros-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-macros-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-strum-0.25 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-hyprland-0.3 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-core-0.20 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-macro-0.20 Aleksandr Vityazev
2023-10-07  0:01 ` [bug#66378] [PATCH] gnu: Add rust-darling-0.20 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-macros-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-serde-with-3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-sys-0.31 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-backend-0.1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-quick-xml-0.28 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-scanner-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-client-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-server-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-0.30 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-wayland-protocols-wlr-0.1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-as-raw-xcb-connection-1 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-gethostname-0.3 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-protocol-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-x11rb-0.12 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-derive-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-enumflags2-0.6 Aleksandr Vityazev
2023-10-07  0:02 ` [bug#66378] [PATCH] gnu: Add rust-zbus-macros-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-derive-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zvariant-2 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-zbus-1 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: rust-anyhow-1: Update to 1.0.75 Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add rust-xremap Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-wayland Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-sway Aleksandr Vityazev
2023-10-07  0:03 ` [bug#66378] [PATCH] gnu: Add xremap-x11 Aleksandr Vityazev
2023-10-22 13:39 ` bug#66378: [PATCH 00/35] Add xremap 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

  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=87cyxrpag4.fsf@gmail.com \
    --to=avityazew@gmail.com \
    --cc=66378@debbugs.gnu.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).