diff --git a/pkgs/development/python-modules/flux-led/default.nix b/pkgs/development/python-modules/flux-led/default.nix index 154da949a276..f759be3ac9f8 100644 --- a/pkgs/development/python-modules/flux-led/default.nix +++ b/pkgs/development/python-modules/flux-led/default.nix @@ -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"; }; }