diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:51:44 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-09 14:56:10 +0200 |
commit | dc5e529e0661c6ba4edd1ba31711e1bd4b8a1cb0 (patch) | |
tree | 725f42639f5d3349f3c94e578d23691cb6423595 | |
parent | 3a888b419b1f00a4a78c029033645c2554920921 (diff) | |
download | guix-dc5e529e0661c6ba4edd1ba31711e1bd4b8a1cb0.tar.gz |
gnu: rust-wayland-scanner@0.23: Fix bad synopsis & description.
* gnu/packages/crates-io.scm (rust-wayland-scanner-0.23) [synopsis, description]: Fix.
-rw-r--r-- | gnu/packages/crates-io.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 39b2c42999..c0a8d16bce 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -27824,13 +27824,12 @@ the wayland protocol, client side.") ("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") + (synopsis "Generate 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.") + "Wayland Scanner generates Rust APIs from XML Wayland protocol files. +It is intended for use with wayland-sys. You should only need this crate if +you are working on custom Wayland protocol extensions. +Look at the wayland-client crate for usable bindings.") (license license:expat))) (define-public rust-wayland-scanner-0.21 |