summary refs log tree commit diff
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2020-06-10 14:34:24 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2020-06-12 09:00:45 +0200
commitcd0f1fbd1ab1018c022661fa57ddcb91125dd4ab (patch)
tree20d3e834d1007bf1b0a26587d4fc5aaa79036872
parent21887021b9acf60157b1b0a39c16f2ec6498021b (diff)
downloadguix-cd0f1fbd1ab1018c022661fa57ddcb91125dd4ab.tar.gz
gnu: xf86-input-libinput: Reduce closure size.
* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
-rw-r--r--gnu/packages/xorg.scm2
1 files changed, 1 insertions, 1 deletions
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")