guix-commits
[Top][All Lists]
Advanced

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

35/60: gnu: Add rust-wayland-protocols-0.23.


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

efraim pushed a commit to branch master
in repository guix.

commit 07a7f722e6d7e71cb0eac8a6f75d1e8e539195a0
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sun Feb 2 02:37:06 2020 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8f105ba..25497bb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19710,6 +19710,34 @@ the wayland protocol, client side.")
      "Common types and structures used by wayland-client and wayland-server.")
     (license license:expat)))
 
+(define-public rust-wayland-protocols-0.23
+  (package
+    (name "rust-wayland-protocols")
+    (version "0.23.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wayland-protocols" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1ygwbzqlnks5xzafka3c8ag6k92g2h6ygj2xsmvjfx2n6rj8dhkc"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-bitflags" ,rust-bitflags-1)
+        ("rust-wayland-client" ,rust-wayland-client-0.23)
+        ("rust-wayland-commons" ,rust-wayland-commons-0.23)
+        ("rust-wayland-server" ,rust-wayland-server-0.23)
+        ("rust-wayland-scanner" ,rust-wayland-scanner-0.23))))
+    (home-page "https://github.com/smithay/wayland-rs";)
+    (synopsis
+     "Generated API for the officials wayland protocol extensions")
+    (description
+     "Generated API for the officials wayland protocol extensions.")
+    (license license:expat)))
+
 (define-public rust-wayland-scanner-0.23
   (package
     (name "rust-wayland-scanner")



reply via email to

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