gnu: xf86-input-keyboard: Use %hurd-systems.

* gnu/packages/xorg.scm (xf86-input-keyboard): Use %hurd-systems as supported-systems.

Change-Id: I7a3e41ecf6d89fe6d451dd2253b26a38e4eca0c2
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Yelninei 2025-04-12 09:45:52 +00:00 committed by Ludovic Courtès
parent 3d55f5c6b9
commit 68b1a8c73d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2644,7 +2644,7 @@ It is used to control the pointer with a joystick device.")
"0mvwxrnkq0lzhjr894p420zxffdn34nc2scinmp7qd1hikr51kkp"))))
(build-system gnu-build-system)
;; Linux is no longer supported since 2.0.0, use libinput or evdev instead.
(supported-systems '("i586-gnu" "x86_64-gnu"))
(supported-systems %hurd-systems)
(inputs (list xorg-server))
(native-inputs (list pkg-config))
(home-page "https://www.x.org/wiki/")