mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add rust-watchexec-events-1.
* gnu/packages/crates-io.scm (rust-watchexec-events-1): New variable. Change-Id: I7699c8da5f66b1b539c6c9296b66b1746363faec
This commit is contained in:
parent
e786cc4409
commit
5fa6941fac
1 changed files with 25 additions and 0 deletions
|
@ -85859,6 +85859,31 @@ (define-public rust-watchexec-1
|
|||
("rust-walkdir" ,rust-walkdir-2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-watchexec-events-1
|
||||
(package
|
||||
(name "rust-watchexec-events")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "watchexec-events" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1qra2hpkdf5ln1vb5jpxp17s3va7dm2svb8d067r2xgx0az3nq01"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; `Event: serde::de::Deserialize<'_>` is not satisfied
|
||||
#:cargo-inputs (("rust-nix" ,rust-nix-0.26)
|
||||
("rust-notify" ,rust-notify-5)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-watchexec-signals" ,rust-watchexec-signals-1))
|
||||
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-snapbox" ,rust-snapbox-0.4))))
|
||||
(home-page "https://github.com/watchexec/watchexec")
|
||||
(synopsis "Watchexec's event types")
|
||||
(description "This package provides watchexec's event types.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-watchexec-signals-1
|
||||
(package
|
||||
(name "rust-watchexec-signals")
|
||||
|
|
Loading…
Reference in a new issue