gnu: Add rust-timerfd-1.

* gnu/packages/crates-io.scm (rust-timerfd-1): New variable.
This commit is contained in:
Nicolas Goaziou 2020-12-21 00:11:58 +01:00
parent 6065b4cfa9
commit 3a720e6e98
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33307,6 +33307,27 @@ (define-public rust-timer-0.2
closures after a delay or at a given timestamp.")
(license license:mpl2.0)))
(define-public rust-timerfd-1
(package
(name "rust-timerfd")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "timerfd" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "14gwkm2c38bm76ccpp4g20qqs77h86d1l81594i76pb751k3xd8b"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/main--/rust-timerfd")
(synopsis "Rust interface to the Linux kernel's @code{timerfd} API")
(description
"This package provides a Rust interface to the Linux kernel's
@code{timerfd} API.")
(license license:expat)))
(define-public rust-tinytemplate-1
(package
(name "rust-tinytemplate")