gnu: wayland: Update synopsis, description and license.

* gnu/packages/freedesktop.scm (wayland) [synopsis]: Modify.
[description]: Modify.
[license]: Change from x11 to expat.

Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
This commit is contained in:
Raghav Gururajan 2021-03-12 11:18:19 -05:00
parent 9c62b78f52
commit 084ac03ef0
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6

View File

@ -965,14 +965,14 @@ Python.")
(propagated-inputs (propagated-inputs
`(("libffi" ,libffi))) `(("libffi" ,libffi)))
(home-page "https://wayland.freedesktop.org/") (home-page "https://wayland.freedesktop.org/")
(synopsis "Display server protocol") (synopsis "Core Wayland window system code and protocol")
(description (description "Wayland is a project to define a protocol for a compositor to
"Wayland is a protocol for a compositor to talk to its clients as well as talk to its clients as well as a library implementation of the protocol. The
a C library implementation of that protocol. The compositor can be a standalone compositor can be a standalone display server running on Linux kernel
display server running on Linux kernel modesetting and evdev input devices, an X modesetting and evdev input devices, an X application, or a wayland client
application, or a wayland client itself. The clients can be traditional itself. The clients can be traditional applications, X servers (rootless or
applications, X servers (rootless or fullscreen) or other display servers.") fullscreen) or other display servers.")
(license license:x11))) (license license:expat)))
(define-public wayland-protocols (define-public wayland-protocols
(package (package