From db6ff6da1588a84bdc02dfc8eccd59a885b46fde Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 6 Jun 2021 16:15:29 +0200 Subject: 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. --- gnu/packages/xorg.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index db058c697b..8ab77d521d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2555,7 +2555,8 @@ (define-public xf86-input-libinput "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 -- cgit v1.2.3