gnu: Add rust-inotify-sys-0.1.
* gnu/packages/crates-io.scm (rust-inotify-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a9a279b6af
commit
e8f03c5059
@ -6128,6 +6128,28 @@ renamed to indexmap.")
|
|||||||
(description "This package provides DEFLATE decoding.")
|
(description "This package provides DEFLATE decoding.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-inotify-sys-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-inotify-sys")
|
||||||
|
(version "0.1.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "inotify-sys" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1h2nwgajz80qddjm4mpma94zahxw84nscbycy9pgzbjrgjl1ljp7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
|
||||||
|
(home-page "https://github.com/inotify-rs/inotify-sys")
|
||||||
|
(synopsis "Inotify bindings for Rust")
|
||||||
|
(description
|
||||||
|
"This package provides inotify bindings for the Rust programming language.")
|
||||||
|
(license license:isc)))
|
||||||
|
|
||||||
(define-public rust-insta-0.8
|
(define-public rust-insta-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-insta")
|
(name "rust-insta")
|
||||||
|
Loading…
Reference in New Issue
Block a user