mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add rust-udev.
* gnu/packages/crates-io.scm (rust-udev-0.7): New public variable. Change-Id: Idad0e0a1a9095a5efc0e05f7b7a90d9d86ddd42f
This commit is contained in:
parent
e17b25343d
commit
63250f2354
1 changed files with 24 additions and 0 deletions
|
@ -85841,6 +85841,30 @@ (define-public rust-ucd-util-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-udev-0.7
|
||||
(package
|
||||
(name "rust-udev")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "udev" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06hr927z0fdn7ay0p817b9x19i5fagmpmvz95yhl4d1pf3bbpgaf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||
("rust-libudev-sys" ,rust-libudev-sys-0.1)
|
||||
("rust-mio" ,rust-mio-0.6)
|
||||
("rust-mio" ,rust-mio-0.7)
|
||||
("rust-mio" ,rust-mio-0.8)
|
||||
("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(home-page "https://github.com/Smithay/udev-rs")
|
||||
(synopsis "libudev bindings for Rust")
|
||||
(description "This package provides libudev bindings for Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ufmt-0.2
|
||||
(package
|
||||
(name "rust-ufmt")
|
||||
|
|
Loading…
Reference in a new issue