mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-screenkey: Switch to pyproject-build-system.
* gnu/packages/python-xyz.scm (python-screenkey): [build-system}: Switch to pyproject-build-system. [arguments]: Add python-setuptools, python-wheel. Change-Id: Iabc096e2d04a1e6c6190a0a7f1f6a1b5e4dad736 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
8769f61cfd
commit
a15245a247
1 changed files with 4 additions and 2 deletions
|
@ -35411,7 +35411,7 @@ CMake.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j719kld4dr85d9lxn0d0b6156mcy09jm7arssfp2n3j6hmjssci"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
|
@ -35439,8 +35439,10 @@ CMake.")
|
|||
python-dbus-python
|
||||
python-pycairo
|
||||
python-pygobject
|
||||
python-setuptools
|
||||
python-setuptools-git
|
||||
python-tokenize-rt))
|
||||
python-tokenize-rt
|
||||
python-wheel))
|
||||
(home-page "https://www.thregr.org/~wavexx/software/screenkey/")
|
||||
(synopsis "Screencast tool to display pressed keys")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue