me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-swayipc-command-builder-0.1.

* gnu/packages/crates-io.scm (rust-swayipc-command-builder-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
phodina 2021-09-03 22:48:58 +00:00 committed by Nicolas Goaziou
parent b21026cf91
commit 12f7e53b2b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -47059,6 +47059,25 @@ values without proliferating generics.")
("rust-syn" ,rust-syn-1)
("rust-quote" ,rust-quote-1))))))
(define-public rust-swayipc-command-builder-0.1
(package
(name "rust-swayipc-command-builder")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "swayipc-command-builder" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1w7sjl05c7rpgskk11i5969mv8pdbh0qrkp8djvy46hk9df9qig7"))))
(build-system cargo-build-system)
(home-page "https://github.com/jaycefayne/swayipc-command-builder")
(synopsis "Library for building commands that can be executed by swayipc")
(description
"This package provides a library for building commands that can be
executed by swayipc.")
(license license:expat)))
(define-public rust-swc-1
(package
(name "rust-swc")