civodul pushed a commit to branch master
in repository guix.

commit fb14741131972754be32e51efd0ef5194a3aa198
Author: Josselin Poiret <[email protected]>
AuthorDate: Wed Jun 22 14:17:31 2022 +0200

    gnu: sway: Replace input libinput by libinput-minimal.
    
    * gnu/packages/wm.scm (sway)[propagated-inputs]: Replace libinput
    by libinput-minimal to reduce closure.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index fe1013023c..d07760f4f0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1595,7 +1595,7 @@ modules for building a Wayland compositor.")
                   gdk-pixbuf
                   json-c
                   libevdev
-                  libinput
+                  libinput-minimal
                   libxkbcommon
                   pango
                   swaybg

Reply via email to