mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3d55f5c6b9
commit
68b1a8c73d
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue