guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: waybar: Replace input libinput by libinput-minimal.


From: guix-commits
Subject: 05/12: gnu: waybar: Replace input libinput by libinput-minimal.
Date: Thu, 23 Jun 2022 17:22:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 714bab022c0cdb7d285dffbf959a167ab0b0a2fd
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Wed Jun 22 14:17:32 2022 +0200

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]