mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
9c62b78f52
commit
084ac03ef0
1 changed files with 8 additions and 8 deletions
|
@ -965,14 +965,14 @@ (define-public wayland
|
|||
(propagated-inputs
|
||||
`(("libffi" ,libffi)))
|
||||
(home-page "https://wayland.freedesktop.org/")
|
||||
(synopsis "Display server protocol")
|
||||
(description
|
||||
"Wayland is a protocol for a compositor to talk to its clients as well as
|
||||
a C library implementation of that protocol. The compositor can be a standalone
|
||||
display server running on Linux kernel modesetting and evdev input devices, an X
|
||||
application, or a wayland client itself. The clients can be traditional
|
||||
applications, X servers (rootless or fullscreen) or other display servers.")
|
||||
(license license:x11)))
|
||||
(synopsis "Core Wayland window system code and protocol")
|
||||
(description "Wayland is a project to define a protocol for a compositor to
|
||||
talk to its clients as well as a library implementation of the protocol. The
|
||||
compositor can be a standalone display server running on Linux kernel
|
||||
modesetting and evdev input devices, an X application, or a wayland client
|
||||
itself. The clients can be traditional applications, X servers (rootless or
|
||||
fullscreen) or other display servers.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public wayland-protocols
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue