python314Packages.flux-led: enable on darwin

This commit is contained in:
Sandro Jäckel
2026-05-09 04:07:17 +02:00
parent c69a27c1ff
commit dd9242cbd0
@@ -33,6 +33,8 @@ buildPythonPackage rec {
webcolors
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
@@ -46,7 +48,6 @@ buildPythonPackage rec {
changelog = "https://github.com/Danielhiversen/flux_led/releases/tag/${version}";
license = lib.licenses.lgpl3Plus;
maintainers = [ ];
platforms = lib.platforms.linux;
mainProgram = "flux_led";
};
}