diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-10 14:34:24 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-06-12 09:00:45 +0200 |
commit | cd0f1fbd1ab1018c022661fa57ddcb91125dd4ab (patch) | |
tree | 20d3e834d1007bf1b0a26587d4fc5aaa79036872 /gnu | |
parent | 21887021b9acf60157b1b0a39c16f2ec6498021b (diff) | |
download | guix-cd0f1fbd1ab1018c022661fa57ddcb91125dd4ab.tar.gz guix-cd0f1fbd1ab1018c022661fa57ddcb91125dd4ab.zip |
gnu: xf86-input-libinput: Reduce closure size.
* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
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") |