python3.pkgs.pylsl: remove meta.mainProgram

This derivation does not provide a `pylsl` binary.
This commit is contained in:
nicoo
2025-03-15 01:46:05 +00:00
parent 696a0dfda4
commit c8f37ccbc5
@@ -47,6 +47,5 @@ buildPythonPackage rec {
homepage = "https://github.com/labstreaminglayer/pylsl";
license = licenses.mit;
maintainers = with maintainers; [ abcsds ];
mainProgram = "pylsl";
};
}