guix-commits
[Top][All Lists]
Advanced

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

31/60: gnu: Add rust-wayland-commons-0.23.


From: guix-commits
Subject: 31/60: gnu: Add rust-wayland-commons-0.23.
Date: Thu, 27 Feb 2020 14:00:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 36908ef9f0af65bf32949a427c27410980d70b49
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Feb 2 02:23:33 2020 +0300

    gnu: Add rust-wayland-commons-0.23.
    
    * gnu/packages/crates-io.scm (rust-wayland-commons-0.23): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 220bcbf..a86e91c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19649,6 +19649,31 @@ You should only need this crate if you are working on 
custom wayland
 protocol extensions.  Look at the crate wayland-client for usable bindings.")
     (license license:expat)))
 
+(define-public rust-wayland-commons-0.23
+  (package
+    (name "rust-wayland-commons")
+    (version "0.23.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wayland-commons" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1nyvcs6xxxzqgh0wvc7z0fgi89bf3h9p4qrbf77bnfbwlb8v0rmv"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-nix" ,rust-nix-0.14)
+        ("rust-wayland-sys" ,rust-wayland-sys-0.23))))
+    (home-page "https://github.com/smithay/wayland-rs";)
+    (synopsis
+     "Common types and structures used by wayland-client and wayland-server")
+    (description
+     "Common types and structures used by wayland-client and wayland-server.")
+    (license license:expat)))
+
 (define-public rust-web-sys-0.3
   (package
     (name "rust-web-sys")



reply via email to

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