mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-wayland-protocols-0.23.
* gnu/packages/crates-io.scm (rust-wayland-protocols-0.23): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
895bb1f7d2
commit
07a7f722e6
1 changed files with 28 additions and 0 deletions
|
@ -19710,6 +19710,34 @@ (define-public rust-wayland-commons-0.23
|
||||||
"Common types and structures used by wayland-client and wayland-server.")
|
"Common types and structures used by wayland-client and wayland-server.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-wayland-scanner-0.23
|
||||||
(package
|
(package
|
||||||
(name "rust-wayland-scanner")
|
(name "rust-wayland-scanner")
|
||||||
|
|
Loading…
Reference in a new issue