raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ce10d69a670807e4f17aa568b89a517981e1f4d8
Author: Raghav Gururajan <[email protected]>
AuthorDate: Fri Mar 12 11:22:54 2021 -0500
gnu: wayland-protocols: Update description.
* gnu/packages/freedesktop.scm (wayland-protocols) [description]: Modify.
Signed-off-by: Léo Le Bouter <[email protected]>
---
gnu/packages/freedesktop.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6f89b19..5f8ee59 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1030,7 +1030,10 @@ fullscreen) or other display servers.")
(native-inputs
`(("pkg-config" ,pkg-config)))
(synopsis "Wayland protocols")
- (description "This package contains XML definitions of the Wayland
protocols.")
+ (description "Wayland-Protocols contains Wayland protocols that add
+functionality not available in the Wayland core protocol. Such protocols
either
+add completely new functionality, or extend the functionality of some other
+protocol either in Wayland core, or some other protocol in wayland-protocols.")
(home-page "https://wayland.freedesktop.org")
(license license:expat)))