mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-watchexec-1.
* gnu/packages/crates-io.scm (rust-watchexec-1): New variable.
This commit is contained in:
parent
a3c5f056a8
commit
72d65449ed
1 changed files with 33 additions and 0 deletions
|
@ -50045,6 +50045,39 @@ (define-public rust-wasmparser-0.57
|
||||||
WebAssembly binary files.")
|
WebAssembly binary files.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-watchexec-1
|
||||||
|
(package
|
||||||
|
(name "rust-watchexec")
|
||||||
|
(version "1.16.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "watchexec" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1v52fi5fvjr7h5npyjkwnfc7801qrl4ayzgq4k03ylxr4lkbvhsb"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-clearscreen" ,rust-clearscreen-1)
|
||||||
|
("rust-derive-builder" ,rust-derive-builder-0.10)
|
||||||
|
("rust-glob" ,rust-glob-0.3)
|
||||||
|
("rust-globset" ,rust-globset-0.4)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-nix" ,rust-nix-0.20)
|
||||||
|
("rust-notify" ,rust-notify-4)
|
||||||
|
("rust-walkdir" ,rust-walkdir-2)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
|
(home-page "https://github.com/watchexec/watchexec")
|
||||||
|
(synopsis
|
||||||
|
"Library to execute commands in response to file modifications")
|
||||||
|
(description
|
||||||
|
"This crate is a library to execute commands in response to file
|
||||||
|
modifications.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-web-sys-0.3
|
(define-public rust-web-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-web-sys")
|
(name "rust-web-sys")
|
||||||
|
|
Loading…
Reference in a new issue