python3Packages.bleak-retry-connector: fix build on Darwin

Move dbus-fast from Linux only to all platforms.
This commit is contained in:
Sarah Clark
2025-12-24 19:10:18 -08:00
parent f9b29d6b6d
commit 66c1d7ac06
@@ -29,10 +29,10 @@ buildPythonPackage rec {
dependencies = [
bleak
dbus-fast
]
++ lib.optionals stdenv.hostPlatform.isLinux [
bluetooth-adapters
dbus-fast
];
nativeCheckInputs = [