Unverified Commit 8e285131 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

ledfx: use buildPythonApplication (#400394)

parents 212e09fd 0d93f9d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  python3,
}:

python3.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonApplication rec {
  pname = "ledfx";
  version = "2.0.108";
  pyproject = true;