me
/
guix
Archived
1
0
Fork 0

gnu: xf86-input-libinput: Fix licence information.

* gnu/packages/xorg.scm (xf86-input-libinput)[license]: This package is
almost exclusively expat, with a single x11 file that's not installed.
master
Tobias Geerinckx-Rice 2021-06-06 16:15:29 +02:00
parent b6affc5c04
commit db6ff6da15
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -2555,7 +2555,8 @@ including most mice, keyboards, tablets and touchscreens.")
"xf86-input-libinput is an input driver for the Xorg X server based
on libinput. It is a thin wrapper around libinput, so while it does
provide all features that libinput supports it does little beyond.")
(license license:x11)))
(license (list license:x11 ; only install-sh
license:expat)))) ; everything else
(define-public xf86-input-joystick
(package