all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Wilko Meyer <w@wmeyer.eu>
To: 73856@debbugs.gnu.org
Cc: Wilko Meyer <w@wmeyer.eu>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#73856] [PATCH 6/8] gnu: Add rust-udevrs-0.3.
Date: Fri, 18 Oct 2024 01:56:39 +0200	[thread overview]
Message-ID: <03562e159a59a8f36b7d4fdb3f5f94e400a20c4b.1729208744.git.w@wmeyer.eu> (raw)
In-Reply-To: <cover.1729208744.git.w@wmeyer.eu>

* gnu/packages/crates-io.scm (rust-udevrs-0.3): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e45803e8de..3d9f714432 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -85988,6 +85988,31 @@ (define-public rust-udev-0.7
                        ("rust-mio" ,rust-mio-0.8)
                        ("rust-pkg-config" ,rust-pkg-config-0.3))))))
 
+(define-public rust-udevrs-0.3
+  (package
+    (name "rust-udevrs")
+    (version "0.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "udevrs" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "028s1sk1ym919z0w6p8mnvgh9d35c9zzrlaxlmvfrppi6fx5kjdx"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
+                       ("rust-glob" ,rust-glob-0.3)
+                       ("rust-heapless" ,rust-heapless-0.7)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-nix" ,rust-nix-0.27))))
+    (home-page "https://github.com/cr8t/udev")
+    (synopsis "Pure Rust implementation of the user-land udev library")
+    (description
+     "This package provides Pure Rust implementation of the user-land udev library.")
+    (license license:lgpl2.0+)))
+
 (define-public rust-ufmt-0.2
   (package
     (name "rust-ufmt")
-- 
2.46.0





  parent reply	other threads:[~2024-10-18  0:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 23:51 [bug#73856] [PATCH 0/8] gnu: Add cyme Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 1/8] gnu: Add rust-libusb1-sys-0.7 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 2/8] gnu: Add rust-rusb-0.9 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 3/8] gnu: Add rust-serde-with-2 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 4/8] gnu: Add rust-serde-with-macros-2 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 5/8] gnu: Add rust-udev-0.8 Wilko Meyer
2024-10-17 23:56 ` Wilko Meyer [this message]
2024-10-17 23:56 ` [bug#73856] [PATCH 7/8] gnu: Add rust-usb-ids-1 Wilko Meyer
2024-10-17 23:56 ` [bug#73856] [PATCH 8/8] gnu: Add cyme Wilko Meyer

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=03562e159a59a8f36b7d4fdb3f5f94e400a20c4b.1729208744.git.w@wmeyer.eu \
    --to=w@wmeyer.eu \
    --cc=73856@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.