gnu: xf86-input-libinput: Reduce closure size.
authorPierre Neidhardt <mail@ambrevar.xyz>
Wed, 10 Jun 2020 12:34:24 +0000 (14:34 +0200)
committerPierre Neidhardt <mail@ambrevar.xyz>
Fri, 12 Jun 2020 07:00:45 +0000 (09:00 +0200)
* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.

gnu/packages/xorg.scm

index 9a7b856..e5fe3e1 100644 (file)
@@ -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")