mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Sharlatan Hellseher
parent
76a918219e
commit
d5093ed37b
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user