mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-usb-ids-1.
* gnu/packages/crates-io.scm (rust-usb-ids-1): New variable. Change-Id: I56d2e78712667d107242fe40baa69f4fb67c3109 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
775178426f
commit
b493953376
1 changed files with 24 additions and 0 deletions
|
@ -89703,6 +89703,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")
|
||||
|
|
Loading…
Reference in a new issue