mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-timerfd-1.
* gnu/packages/crates-io.scm (rust-timerfd-1): New variable.
This commit is contained in:
parent
6065b4cfa9
commit
3a720e6e98
1 changed files with 21 additions and 0 deletions
|
@ -33307,6 +33307,27 @@ crate.")
|
||||||
closures after a delay or at a given timestamp.")
|
closures after a delay or at a given timestamp.")
|
||||||
(license license:mpl2.0)))
|
(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
|
(define-public rust-tinytemplate-1
|
||||||
(package
|
(package
|
||||||
(name "rust-tinytemplate")
|
(name "rust-tinytemplate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue