mirror of
https://github.com/kittywitch/konawall-py.git
synced 2026-02-09 04:19:19 -08:00
fix: attempt
This commit is contained in:
parent
196e1264e7
commit
15bb019cdd
1 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
psmisc,
|
psmisc,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gtk3,
|
gtk3,
|
||||||
|
setuptools,
|
||||||
feh,
|
feh,
|
||||||
dbus-python,
|
dbus-python,
|
||||||
wrapGAppsHook,
|
wrapGAppsHook,
|
||||||
|
|
@ -21,6 +22,9 @@ in
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
|
pyproject = true;
|
||||||
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue