7 python3.pkgs.buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-S/ZlEFgcFiLr0V7g0X0bjWU0YNVzA0JctFaJTK/QkpI=";
17 pythonRelaxDeps = true;
24 build-system = with python3.pkgs; [
30 dependencies = with python3.pkgs; [
51 # rpi-ws281x # not packaged
65 # Project has no tests
69 description = "Network based LED effect controller with support for advanced real-time audio effects";
70 homepage = "https://github.com/LedFx/LedFx";
71 changelog = "https://github.com/LedFx/LedFx/blob/${version}/CHANGELOG.rst";
72 license = licenses.gpl3Only;
73 maintainers = teams.c3d2.members;
74 mainProgram = "ledfx";