guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 68b1a8c73d84f04cb36955b8fae9f27938e18fe4
Author: Yelninei <[email protected]>
AuthorDate: Sat Apr 12 09:45:52 2025 +0000
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 <[email protected]>
---
gnu/packages/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 08703b370c..6ba3c5b8ca 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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/")