mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
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:
parent
5ccc095b83
commit
16e151a69a
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue