GNU bug report logs -
#73856
[PATCH 0/8] gnu: Add cyme.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 17 Oct 2024 23:53:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 73856 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-usb-ids-1): New variable.
Change-Id: I56d2e78712667d107242fe40baa69f4fb67c3109
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3d9f714432..76d4b22566 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -87384,6 +87384,30 @@ (define-public rust-urlencoding-1
(base32 "14sm5c8idb5jzib8dwf85p5yhd65vxjh946p80p49d2j6fsjw8y9"))))
(arguments `(#:skip-build? #t))))
+(define-public rust-usb-ids-1
+ (package
+ (name "rust-usb-ids")
+ (version "1.2024.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "usb-ids" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0qsgk1i2h5ngpbf17rx9m9c9pdfwli6psz8b4vxvcr1rhy0zmflg"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-nom" ,rust-nom-7)
+ ("rust-phf" ,rust-phf-0.11)
+ ("rust-phf-codegen" ,rust-phf-codegen-0.11)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1))))
+ (home-page "https://github.com/woodruffw/usb-ids.rs")
+ (synopsis "Rust wrappers for the USB ID Repository")
+ (description
+ "This package provides Rust wrappers for the USB ID Repository.")
+ (license license:expat)))
+
(define-public rust-users-0.11
(package
(name "rust-users")
--
2.46.0
This bug report was last modified 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.