mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-swaybar-types-3.
* gnu/packages/crates-io.scm (rust-swaybar-types-3): New variable. Change-Id: I4c2b5e8e4f0dd6406e81bef6d6bd94f904bbaa6b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2463dc48bd
commit
95d35b4d18
1 changed files with 21 additions and 0 deletions
|
@ -78437,6 +78437,27 @@ (define-public rust-sxd-xpath-0.4
|
|||
(description "This package provides a Rust XML XPath library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-swaybar-types-3
|
||||
(package
|
||||
(name "rust-swaybar-types")
|
||||
(version "3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "swaybar-types" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hz1ialgs4l0ki5s9gqhsdlfy0v3fph7mkw2z1rdi29bjlsv9h52"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/jaycefayne/swaybar-types")
|
||||
(synopsis "Library for building swaybar status commands in rust")
|
||||
(description
|
||||
"This package provides a library for building swaybar status commands in rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-swayipc-3
|
||||
(package
|
||||
(name "rust-swayipc")
|
||||
|
|
Loading…
Reference in a new issue