mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add rust-watchexec-signals-1.
* gnu/packages/crates-io.scm (rust-watchexec-signals-1): New variable. Change-Id: I9c2bbcbdec82982017f65802ccb58ead36466a91
This commit is contained in:
parent
ca85227339
commit
60a8dc2d34
1 changed files with 22 additions and 0 deletions
|
@ -85655,6 +85655,28 @@ (define-public rust-watchexec-1
|
|||
("rust-walkdir" ,rust-walkdir-2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-watchexec-signals-1
|
||||
(package
|
||||
(name "rust-watchexec-signals")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "watchexec-signals" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rd7sqfvd96lbf05w74p7v59ch8xspy5ah509k4h329qdkwmsanc"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-miette" ,rust-miette-5)
|
||||
("rust-nix" ,rust-nix-0.26)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/watchexec/watchexec")
|
||||
(synopsis "Watchexec's signal types")
|
||||
(description "This package provides watchexec's signal types.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-wl-clipboard-rs-0.8
|
||||
(package
|
||||
(name "rust-wl-clipboard-rs")
|
||||
|
|
Loading…
Reference in a new issue