~ruther/guix-local

d5093ed37bcf6fcd197d0dd95dcdc1f75834d734 — Nguyễn Gia Phong 2 months ago 76a9182
gnu: xkeysnail: Switch to pyproject-build-system.

* gnu/packages/xdisorg.scm (xkeysnail):
  [build-system]: Change to pyproject-build-system.
  [native-inputs]: Add python-setuptools.

Change-Id: Ib0e0a8accda1ed7d1f342877544529854b825248
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +2 -1
@@ 677,9 677,10 @@ function keys.")
       (sha256
        (base32
         "1xyqp6yqxcwmxaqj86qcsiz0ly7bwr0a2w835myz909irhip3ngf"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     `(#:tests? #f))                    ;tests need /dev/uinput
    (native-inputs (list python-setuptools))
    (inputs
     (list python-appdirs python-evdev python-inotify-simple python-xlib
           python-six))