gnu: Add rust-fsevent-sys-2.

* gnu/packages/crates-io.scm (rust-fsevent-sys-2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-19 02:20:55 +03:00 committed by Efraim Flashner
parent 5ccc095b83
commit 16e151a69a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4408,6 +4408,29 @@ (define-public rust-fs2-0.2
"This package provides cross-platform file locks and file duplication.")
(license (list license:expat license:asl2.0))))
(define-public rust-fsevent-sys-2
(package
(name "rust-fsevent-sys")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "fsevent-sys" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"18246vxk7rqn52m0sfrhivxq802i34p2wqqx5zsa0pamjj5086zl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t ; only available on macOS
#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys")
(synopsis "Rust bindings to the fsevent macOS API")
(description "This package provides Rust bindings to the @code{fsevent}
macOS API for file changes notifications")
(license license:expat)))
(define-public rust-fuchsia-cprng-0.1
(package
(name "rust-fuchsia-cprng")