guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]