ledfx: use buildPythonApplication

This commit is contained in:
Robert Schütz
2025-04-20 14:40:41 -07:00
parent 8f77f3600f
commit 0d93f9d384
+1 -1
View File
@@ -4,7 +4,7 @@
python3,
}:
python3.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonApplication rec {
pname = "ledfx";
version = "2.0.108";
pyproject = true;