mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: Add rust-ioctl-rs-0.1.
* gnu/packages/crates-io.scm (rust-ioctl-rs-0.1): New variable. Change-Id: Ie5f8a2e6d8da7c192367452a74e535289f7a99bb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d607b796ac
commit
a81f58bebb
1 changed files with 19 additions and 0 deletions
|
@ -34839,6 +34839,25 @@ versions < 0.2.")
|
|||
@code{BufWriter}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ioctl-rs-0.1
|
||||
(package
|
||||
(name "rust-ioctl-rs")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ioctl-rs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zdrgqxblrwm4ym8pwrr7a4dwjzxrvr1k0qjx6rk1vjwi480b5zp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||
(home-page "https://github.com/dcuddeback/ioctl-rs")
|
||||
(synopsis "Rust bindings for system ioctls")
|
||||
(description "This package provides Rust bindings for system ioctls.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-io-extras-0.18
|
||||
(package
|
||||
(name "rust-io-extras")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue