diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-12 11:22:54 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-26 16:35:03 -0400 |
commit | 4d170cfb1359c603511a162113dd902e9dcf324d (patch) | |
tree | 0fd93e3b379e0cfb4fcc431f435f895e2099e644 /gnu/packages/freedesktop.scm | |
parent | 084ac03ef0a52293fc9e48c4bf6e79f1eb4649f7 (diff) | |
download | guix-4d170cfb1359c603511a162113dd902e9dcf324d.tar.gz guix-4d170cfb1359c603511a162113dd902e9dcf324d.zip |
gnu: wayland-protocols: Update description.
* gnu/packages/freedesktop.scm (wayland-protocols) [description]: Modify.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-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 0cda031e85..de8355c419 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -992,7 +992,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))) |