guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: libinput: Remove input labels.


From: guix-commits
Subject: 03/14: gnu: libinput: Remove input labels.
Date: Thu, 19 Oct 2023 23:43:11 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 363db09c4a8f45c1f47b2ce30b733d4ee540f62d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Aug 25 16:53:33 2023 +0800

    gnu: libinput: Remove input labels.
    
    * gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove input
    labels.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2fda13c15d..8384472039 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -568,8 +568,8 @@ freedesktop.org project.")
                (list check)
                '())))
     (propagated-inputs
-     `(;; libinput.h requires <libudev.h>, so propagate it.
-       ("udev" ,eudev)))
+     ;; libinput.h requires <libudev.h>, so propagate it.
+     (list eudev))
     (home-page "https://www.freedesktop.org/wiki/Software/libinput/";)
     (synopsis "Input devices handling library")
     (description



reply via email to

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