gnu: libevdi: Expand description.
* gnu/packages/linux.scm (libevdi)[synopsis]: Use @acronym. [description]: Replace ‘on various operating systems’, which is not guaranteed, with something that is.
This commit is contained in:
parent
012d068354
commit
c5657608c6
1 changed files with 4 additions and 3 deletions
|
@ -1599,11 +1599,12 @@ (define-public libevdi
|
||||||
(mkdir-p lib)
|
(mkdir-p lib)
|
||||||
(install-file "libevdi.so" lib)))))))
|
(install-file "libevdi.so" lib)))))))
|
||||||
(inputs (list libdrm))
|
(inputs (list libdrm))
|
||||||
(synopsis "User-space EVDI library")
|
(synopsis
|
||||||
|
"@acronym{EVDI, Extensible Virtual Display Interface} user-space library")
|
||||||
(description
|
(description
|
||||||
"Libevdi is a library that gives applications easy access to
|
"Libevdi is a library that gives applications easy access to
|
||||||
@acronym{EVDI, Extensible Virtual Display Interface} devices on
|
@acronym{EVDI, Extensible Virtual Display Interface} devices provided by the
|
||||||
various operating systems.")
|
@code{evdi} driver package. ")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public ec
|
(define-public ec
|
||||||
|
|
Loading…
Reference in a new issue