mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: Add rust-swayipc-2.
* gnu/packages/crates-io.scm (rust-swayipc-2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
12f7e53b2b
commit
6c3a169eac
1 changed files with 26 additions and 0 deletions
|
@ -47059,6 +47059,32 @@ (define-public rust-sval-derive-0.4
|
|||
("rust-syn" ,rust-syn-1)
|
||||
("rust-quote" ,rust-quote-1))))))
|
||||
|
||||
(define-public rust-swayipc-2
|
||||
(package
|
||||
(name "rust-swayipc")
|
||||
(version "2.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "swayipc" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "03r15c2sijyrxmpsyjgma4gz7zmdl1g8akjnjkw6hrml91d5dilj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; test sync::tests::connect ... FAILED
|
||||
#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-async-std" ,rust-async-std-1)
|
||||
("rust-swayipc-command-builder" ,rust-swayipc-command-builder-0.1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/jaycefayne/swayipc-rs")
|
||||
(synopsis "Library for controlling sway through its IPC interface")
|
||||
(description
|
||||
"This package provides a library for controlling sway through its IPC
|
||||
interface.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-swayipc-command-builder-0.1
|
||||
(package
|
||||
(name "rust-swayipc-command-builder")
|
||||
|
|
Loading…
Reference in a new issue