gnu: Add rust-inotify-0.6.
* gnu/packages/crates-io.scm (rust-inotify-0.6): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
c0312f9475
commit
85725ed7b8
|
@ -6305,6 +6305,37 @@ renamed to indexmap.")
|
|||
(description "This package provides DEFLATE decoding.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-inotify-0.6
|
||||
(package
|
||||
(name "rust-inotify")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "inotify" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0627k5aq44knjlrc09hl017nxap3svpl79przf26y3ciycwlbda0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-futures" ,rust-futures-0.1)
|
||||
("rust-inotify-sys" ,rust-inotify-sys-0.1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-mio" ,rust-mio-0.6)
|
||||
("rust-tokio-io" ,rust-tokio-io-0.1)
|
||||
("rust-tokio-reactor" ,rust-tokio-reactor-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-tempdir" ,rust-tempdir-0.3))))
|
||||
(home-page "https://github.com/inotify-rs/inotify")
|
||||
(synopsis "Idiomatic wrapper for inotify")
|
||||
(description "This package provides an idiomatic wrapper for inotify written
|
||||
in Rust.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-inotify-sys-0.1
|
||||
(package
|
||||
(name "rust-inotify-sys")
|
||||
|
|
Reference in New Issue