mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
76a918219e
commit
d5093ed37b
1 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue