Loading pkgs/development/python-modules/led-ble/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -34,10 +34,11 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ async-timeout bleak bleak-retry-connector flux-led ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/led-ble/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -34,10 +34,11 @@ buildPythonPackage rec { ]; propagatedBuildInputs = [ async-timeout bleak bleak-retry-connector flux-led ] ++ lib.optionals (pythonOlder "3.11") [ async-timeout ]; nativeCheckInputs = [ Loading