gnu: rust-wayland-scanner@0.23: Fix bad synopsis & description.
* gnu/packages/crates-io.scm (rust-wayland-scanner-0.23) [synopsis, description]: Fix.
This commit is contained in:
parent
3a888b419b
commit
dc5e529e06
1 changed files with 5 additions and 6 deletions
|
@ -27824,13 +27824,12 @@ the wayland protocol, client side.")
|
||||||
("rust-quote" ,rust-quote-0.6)
|
("rust-quote" ,rust-quote-0.6)
|
||||||
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
("rust-xml-rs" ,rust-xml-rs-0.8))))
|
||||||
(home-page "https://github.com/smithay/wayland-rs")
|
(home-page "https://github.com/smithay/wayland-rs")
|
||||||
(synopsis
|
(synopsis "Generate Rust APIs from XML Wayland protocol files")
|
||||||
"Wayland Scanner for generating rust APIs from XML wayland protocol files")
|
|
||||||
(description
|
(description
|
||||||
"Wayland Scanner for generating rust APIs from XML wayland protocol files.
|
"Wayland Scanner generates Rust APIs from XML Wayland protocol files.
|
||||||
Intented for use with wayland-sys. You should only need this crate if
|
It is intended for use with wayland-sys. You should only need this crate if
|
||||||
you are working on custom wayland protocol extensions.
|
you are working on custom Wayland protocol extensions.
|
||||||
Look at the crate wayland-client for usable bindings.")
|
Look at the wayland-client crate for usable bindings.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-wayland-scanner-0.21
|
(define-public rust-wayland-scanner-0.21
|
||||||
|
|
Reference in a new issue