guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/44: gnu: Add rust-wayrs-protocols-0.13.


From: guix-commits
Subject: 24/44: gnu: Add rust-wayrs-protocols-0.13.
Date: Mon, 12 Feb 2024 07:40:40 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 927757d887317c85a55b5e7f5c904346659b4c5d
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Jan 30 16:25:09 2024 +0100

    gnu: Add rust-wayrs-protocols-0.13.
    
    * gnu/packages/crates-graphics.scm (rust-wayrs-protocols-0.13): 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 e3df2d5b26..f95a4a65cd 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -4970,6 +4970,27 @@ crate @code{rust-wayland-client} for usable bindings.")
 xml files.")
     (license license:expat)))
 
+(define-public rust-wayrs-protocols-0.13
+  (package
+    (name "rust-wayrs-protocols")
+    (version "0.13.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wayrs-protocols" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1888h4wh3knjwh19v4y2gjpsv5j78c4vk08gls5f3aa1iryfpd7x"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-wayrs-client" ,rust-wayrs-client-1))))
+    (home-page "https://github.com/MaxVerevkin/wayrs";)
+    (synopsis "Collection of Wayland protocols to use with wayrs-client")
+    (description
+     "This package provides a collection of Wayland protocols to use
+with wayrs-client.")
+    (license license:expat)))
+
 (define-public rust-wayrs-scanner-0.13
   (package
     (name "rust-wayrs-scanner")



reply via email to

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