guix-patches
[Top][All Lists]
Advanced

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

[bug#41798] [PATCH] gnu: xf86-input-libinput: Reduce closure size.


From: Pierre Neidhardt
Subject: [bug#41798] [PATCH] gnu: xf86-input-libinput: Reduce closure size.
Date: Thu, 11 Jun 2020 09:14:02 +0200

* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9a7b856791..e5fe3e14cf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2556,7 +2556,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
-     `(("libinput" ,libinput)
+     `(("libinput" ,libinput-minimal)
        ("xorg-server" ,xorg-server)))
     (home-page "https://www.x.org/wiki/";)
     (synopsis "Input driver for X server based on libinput")
-- 
2.26.2






reply via email to

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