me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-notify-debouncer-mini-0.4.

* gnu/packages/crates-io.scm (rust-notify-debouncer-mini-0.4): New
variable.

Change-Id: I705c8c0496e40f0c6fed904d985211304fc856c2
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-02-24 21:39:10 +01:00 committed by Efraim Flashner
parent 011782f618
commit 6ec1ac1d56
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 22 additions and 0 deletions

View File

@ -44642,6 +44642,28 @@ notification library.")
(("rust-tempfile" ,rust-tempfile-3))))
(license license:cc0)))
(define-public rust-notify-debouncer-mini-0.4
(package
(name "rust-notify-debouncer-mini")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "notify-debouncer-mini" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hwxdbzyx01pzwyld1dk7sc7ak5k3xkjz2l59ppwa7rajwhv4h2x"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-crossbeam-channel" ,rust-crossbeam-channel-0.5)
("rust-log" ,rust-log-0.4)
("rust-notify" ,rust-notify-6)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/notify-rs/notify")
(synopsis "Notify mini debouncer")
(description "This crate is notify mini debouncer for events.")
(license (list license:expat license:asl2.0))))
(define-public rust-notmuch-0.8
(package
(name "rust-notmuch")