unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 65525@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#65525] [PATCH core-updates 2/2] gnu: libinput: Remove input labels.
Date: Fri, 25 Aug 2023 16:53:33 +0800	[thread overview]
Message-ID: <49d5d660fc7c5b6b3630d5a4c2b43386d1d44bdf.1692953417.git.hako@ultrarare.space> (raw)
In-Reply-To: <ab3dad3bf5704dbe208bae3cfcb860c6fe1ff51d.1692953417.git.hako@ultrarare.space>

* gnu/packages/freedesktop.scm (libinput)[propagated-inputs]: Remove input
labels.
---
 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 23766622b4..9b3ab35783 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -585,8 +585,8 @@ (define-public libinput
            libwacom
            mtdev))
     (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
-- 
2.41.0





  reply	other threads:[~2023-08-25  8:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-25  8:51 [bug#65525] [PATCH core-updates 1/2] gnu: libinput: Update to 1.24.0 Hilton Chain via Guix-patches via
2023-08-25  8:53 ` Hilton Chain via Guix-patches via [this message]
2023-10-20  3:08   ` bug#65525: [PATCH core-updates 2/2] gnu: libinput: Remove input labels Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49d5d660fc7c5b6b3630d5a4c2b43386d1d44bdf.1692953417.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=65525@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).