mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-wayland-scanner-0.23.
* gnu/packages/crates-io.scm (rust-wayland-scanner-0.23): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
36908ef9f0
commit
7d28b64dd9
1 changed files with 29 additions and 0 deletions
|
@ -19674,6 +19674,35 @@ protocol extensions. Look at the crate wayland-client for usable bindings.")
|
||||||
"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-scanner-0.23
|
||||||
|
(package
|
||||||
|
(name "rust-wayland-scanner")
|
||||||
|
(version "0.23.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "wayland-scanner" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0g8wcphykjrcpslznyi3qccx1pckw97rckq5b295nfbg6r3j5c4k"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||||
|
("rust-quote" ,rust-quote-0.6)
|
||||||
|
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
||||||
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
|
(synopsis
|
||||||
|
"Wayland Scanner for generating rust APIs from XML wayland protocol files")
|
||||||
|
(description
|
||||||
|
"Wayland Scanner for generating rust APIs from XML wayland protocol files.
|
||||||
|
Intented for use with wayland-sys. 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-web-sys-0.3
|
(define-public rust-web-sys-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-web-sys")
|
(name "rust-web-sys")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue