pianonix: try getting piano-led-visualizer to run

Still did not work, using raspberrypi os
This commit is contained in:
2025-12-06 09:20:52 +01:00
parent 194d4bcec0
commit a12b50edfa
5 changed files with 54 additions and 13 deletions

View File

@@ -1,10 +1,12 @@
{
lib,
python3,
callPackage,
fetchFromGitHub,
...
}: let
pythonPackages = python3.pkgs;
rpi-ws281x-python = callPackage ../rpi-ws281x-python {inherit python3;};
in
pythonPackages.buildPythonApplication rec {
pname = "piano-led-visualizer";
@@ -36,7 +38,8 @@ in
waitress
websockets
werkzeug
# rpi_ws281x
rpi-ws281x-python
];
format = "setuptools";