menulibre: migrate to pyproject

This commit is contained in:
Tomás Rivera
2026-06-10 16:13:47 +02:00
parent a2e8eec250
commit 4543f30273
+4 -2
View File
@@ -16,7 +16,9 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "menulibre";
version = "2.4.0";
format = "setuptools";
pyproject = true;
build-system = with python3Packages; [ setuptools ];
src = fetchFromGitHub {
owner = "bluesabre";
@@ -25,7 +27,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
hash = "sha256-IfsuOYP/H3r1GDWMVVSBfYvQS+01VJaAlZu+c05geWg=";
};
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
pygobject3
gnome-menus
psutil