guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: hikari: Replace input libinput by libinput-minimal.


From: guix-commits
Subject: 06/12: gnu: hikari: 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 25c7f57548716ccb7246c595cdcee3a5ca9389df
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Wed Jun 22 14:17:33 2022 +0200

    gnu: hikari: Replace input libinput by libinput-minimal.
    
    * gnu/packages/wm.scm (hikari)[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 2c79e1d03e..35b79919b1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2564,7 +2564,7 @@ read and write, and compatible with JSON.")
      (list bmake pkg-config wayland-protocols))
     (inputs
      `(("cairo" ,cairo)
-       ("libinput" ,libinput)
+       ("libinput" ,libinput-minimal)
        ("libucl" ,libucl)
        ("libxkbcommon" ,libxkbcommon)
        ("pam" ,linux-pam)



reply via email to

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