Add notify 6
This commit is contained in:
parent
e9f26e3b7a
commit
29865c7352
1 changed files with 34 additions and 0 deletions
|
@ -1223,3 +1223,37 @@ base/user directory specifications on Linux, the Known Folder API on Windows,
|
||||||
and the Standard Directory guidelines on @code{macOS}.")
|
and the Standard Directory guidelines on @code{macOS}.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-notify-6
|
||||||
|
(package
|
||||||
|
(name "rust-notify")
|
||||||
|
(version "6.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "notify" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0bad98r0ilkhhq2jg3zs11zcqasgbvxia8224wpasm74n65vs1b2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
|
||||||
|
("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
|
||||||
|
("rust-filetime" ,rust-filetime-0.2)
|
||||||
|
("rust-fsevent-sys" ,rust-fsevent-sys-4)
|
||||||
|
("rust-inotify" ,rust-inotify-0.9)
|
||||||
|
("rust-kqueue" ,rust-kqueue-1)
|
||||||
|
("rust-kqueue" ,rust-kqueue-1)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-mio" ,rust-mio-0.8)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-walkdir" ,rust-walkdir-2)
|
||||||
|
("rust-windows-sys" ,rust-windows-sys-0.48))
|
||||||
|
#:cargo-development-inputs (("rust-nix" ,rust-nix-0.23)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1)
|
||||||
|
("rust-tempfile" ,rust-tempfile-3))))
|
||||||
|
(home-page "https://github.com/notify-rs/notify")
|
||||||
|
(synopsis "Cross-platform filesystem notification library")
|
||||||
|
(description "Cross-platform filesystem notification library")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue