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>
This commit is contained in:
Nguyễn Gia Phong 2025-12-17 13:27:23 +09:00 committed by Sharlatan Hellseher
parent 76a918219e
commit d5093ed37b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))