[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/44: gnu: Add rust-wayrs-proto-parser-2
From: |
guix-commits |
Subject: |
21/44: gnu: Add rust-wayrs-proto-parser-2 |
Date: |
Mon, 12 Feb 2024 07:40:40 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 29a5483f9ed14d37cb028f68b7d93ca6323a516f
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Jan 30 16:25:06 2024 +0100
gnu: Add rust-wayrs-proto-parser-2
* gnu/packages/crates-graphics.scm (rust-wayrs-proto-parser-2): Add
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-graphics.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index fd2429c3ca..772b7b860e 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4927,6 +4927,27 @@ crate @code{rust-wayland-client} for usable bindings.")
(base32
"0a0ndgkg98pvmkv44yya4f7mxzjaxylknqh64bpa05w0azyv02jj"))))))
+(define-public rust-wayrs-proto-parser-2
+ (package
+ (name "rust-wayrs-proto-parser")
+ (version "2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wayrs-proto-parser" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1a9gb0iv6rm1z2n4isfb9x05pv6wlgn23hljb9s038m4dgmyn1hl"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-quick-xml" ,rust-quick-xml-0.31)
+ ("rust-thiserror" ,rust-thiserror-1))))
+ (home-page "https://github.com/MaxVerevkin/wayrs")
+ (synopsis "Parser for wayland protocol xml files")
+ (description "This package provides a parser for wayland protocol
+xml files.")
+ (license license:expat)))
+
(define-public rust-webp-0.2
(package
(name "rust-webp")
- 17/44: gnu: rust-parking-2: Update to 2.2.0., (continued)
- 17/44: gnu: rust-parking-2: Update to 2.2.0., guix-commits, 2024/02/12
- 38/44: gnu: rust-portable-atomic-1: Update to 1.6.0., guix-commits, 2024/02/12
- 16/44: gnu: Add rust-async-pidfd-0.1., guix-commits, 2024/02/12
- 30/44: gnu: Add rust-ordered-stream-0.2., guix-commits, 2024/02/12
- 34/44: gnu: rust-async-process-1: Update to 1.8.1., guix-commits, 2024/02/12
- 44/44: gnu: i3status-rust: Remove some inputs., guix-commits, 2024/02/12
- 43/44: gnu: i3status-rust: Substitute full paths of commands., guix-commits, 2024/02/12
- 02/44: gnu: Add rust-backon-0.4., guix-commits, 2024/02/12
- 08/44: gnu: Add rust-from-variants-0.6., guix-commits, 2024/02/12
- 15/44: gnu: rust-swayipc-types-1: Update to 1.3.1., guix-commits, 2024/02/12
- 21/44: gnu: Add rust-wayrs-proto-parser-2,
guix-commits <=
- 27/44: gnu: Add rust-async-channel-2., guix-commits, 2024/02/12
- 29/44: gnu: Add rust-async-io-2 and rust-async-net-2., guix-commits, 2024/02/12
- 37/44: gnu: Add rust-pandoc-0.8., guix-commits, 2024/02/12
- 39/44: gnu: rust-portable-atomic-util-0.1: Update to 0.1.5., guix-commits, 2024/02/12
- 26/44: gnu: Add rust-event-listener-strategy-0.4., guix-commits, 2024/02/12
- 24/44: gnu: Add rust-wayrs-protocols-0.13., guix-commits, 2024/02/12
- 03/44: gnu: Add rust-calibright-0.1., guix-commits, 2024/02/12
- 07/44: gnu: Add rust-from-variants-impl-0.6., guix-commits, 2024/02/12
- 09/44: gnu: Add rust-notmuch-0.8., guix-commits, 2024/02/12
- 10/44: gnu: rust-gethostname-0.2: Update to 0.2.3., guix-commits, 2024/02/12