diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2022-06-22 14:17:32 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-23 23:20:56 +0200 |
commit | 714bab022c0cdb7d285dffbf959a167ab0b0a2fd (patch) | |
tree | 223de66015d31a923536803c10d380152084dda9 /gnu | |
parent | fb14741131972754be32e51efd0ef5194a3aa198 (diff) |
gnu: waybar: Replace input libinput by libinput-minimal.
* gnu/packages/wm.scm (waybar)[propagated-inputs]: Replace libinput
by libinput-minimal to reduce closure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index d07760f4f0..2c79e1d03e 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1727,7 +1727,7 @@ display a clock or apply image manipulation techniques to the background image." gtkmm-3 jsoncpp libdbusmenu - libinput + libinput-minimal libmpdclient libnl libxml2 |