mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Fix misuses of 'x11-style' licenses.
* gnu/packages/xorg.scm (libevdev)[license]: Actually call 'license:x11-style'. (libxshmfence): Likewise.
This commit is contained in:
parent
c79c6e598a
commit
8f501ac849
1 changed files with 4 additions and 2 deletions
|
@ -1008,7 +1008,9 @@ (define-public libxshmfence
|
|||
(description
|
||||
"This library provides an interface to shared-memory fences for
|
||||
synchronization between the X server and direct-rendering clients.")
|
||||
(license license:x11-style)))
|
||||
|
||||
;; Same license as libevdev.
|
||||
(license (license:x11-style "file://COPYING"))))
|
||||
|
||||
|
||||
(define-public libfontenc
|
||||
|
@ -2182,7 +2184,7 @@ (define-public libevdev
|
|||
|
||||
The eventual goal is that libevdev wraps all ioctls available to evdev
|
||||
devices, thus making direct access unnecessary.")
|
||||
(license license:x11-style)))
|
||||
(license (license:x11-style "file://COPYING"))))
|
||||
|
||||
|
||||
(define-public xf86-input-evdev
|
||||
|
|
Loading…
Reference in a new issue