guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: xf86-input-libinput: Fix licence information.


From: guix-commits
Subject: 01/02: gnu: xf86-input-libinput: Fix licence information.
Date: Sun, 6 Jun 2021 10:20:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit db6ff6da1588a84bdc02dfc8eccd59a885b46fde
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 6 16:15:29 2021 +0200

    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 db058c6..8ab77d5 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]