nwg-hello: switch to pypa builder

This commit is contained in:
natsukium 2024-10-06 17:20:34 +09:00
parent d70d6450a4
commit ee0b54edca
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -10,6 +10,7 @@
python3Packages.buildPythonApplication rec {
pname = "nwg-hello";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "nwg-piotr";
@ -28,7 +29,9 @@ python3Packages.buildPythonApplication rec {
gtk-layer-shell
];
propagatedBuildInputs = [
build-system = [ python3Packages.setuptools ];
dependencies = [
python3Packages.pygobject3
];