~ruther/guix-local

68b1a8c73d84f04cb36955b8fae9f27938e18fe4 — Yelninei 1 year, 10 days ago 3d55f5c
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +1 -1
@@ 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/")