diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-12 11:22:54 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:21 -0400 |
commit | ce10d69a670807e4f17aa568b89a517981e1f4d8 (patch) | |
tree | 517bebc0cad7ad15b9e5d17fa6d96d44a1189dbe | |
parent | 1715fe1268df699667d0852ba6184c9b7a4e142e (diff) | |
download | guix-ce10d69a670807e4f17aa568b89a517981e1f4d8.tar.gz |
gnu: wayland-protocols: Update description.
* gnu/packages/freedesktop.scm (wayland-protocols) [description]: Modify. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
-rw-r--r-- | gnu/packages/freedesktop.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 6f89b19104..5f8ee5935c 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))) |