gnu: Add rust-wrapcenum-derive-0.4.

* gnu/packages/crates-io.scm (rust-wrapcenum-derive-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I8e5bc76c2dd9894097dbcd54033d50f3b50bfb91
This commit is contained in:
Divya Ranjan 2025-01-05 07:03:48 +00:00 committed by Efraim Flashner
parent 5fc523c3ae
commit 44796432fc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -91898,6 +91898,29 @@ (define-public rust-wl-nl80211-0.2
"This package provides Linux kernel wireless(802.11) netlink Library.")
(license license:expat)))
(define-public rust-wrapcenum-derive-0.4
(package
(name "rust-wrapcenum-derive")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "wrapcenum-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0vi67wxkpw40cch5jx010wvwf0rjc5f13yxfzd60acimadcz4vx7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-darling" ,rust-darling-0.20)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/Cldfire/wrapcenum-derive")
(synopsis "Derive macro for nvml-wrapper, not for general use")
(description
"This package provides a derive macro for nvml-wrapper, not for general use.")
(license (list license:expat license:asl2.0))))
(define-public rust-write16-1
(package
(name "rust-write16")