waypaper: build with pypaBuildHook

This commit is contained in:
natsukium 2024-09-15 16:21:29 +09:00
parent 721675b804
commit eab0c8fb5c
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -9,6 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "waypaper";
version = "2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "anufrievroman";
@ -22,14 +23,17 @@ python3.pkgs.buildPythonApplication rec {
wrapGAppsHook3
];
propagatedBuildInputs = [
build-system = [ python3.pkgs.setuptools ];
dependencies = [
python3.pkgs.pygobject3
python3.pkgs.platformdirs
python3.pkgs.importlib-metadata
python3.pkgs.pillow
killall
];
propagatedBuildInputs = [ killall ];
# has no tests
doCheck = false;