python3Packages.bleak-retry-connector: fix build on Darwin
Move dbus-fast from Linux only to all platforms.
This commit is contained in:
@@ -29,10 +29,10 @@ buildPythonPackage rec {
|
||||
|
||||
dependencies = [
|
||||
bleak
|
||||
dbus-fast
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||
bluetooth-adapters
|
||||
dbus-fast
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user