Commit 66c1d7ac authored by Sarah Clark's avatar Sarah Clark
Browse files

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

Move dbus-fast from Linux only to all platforms.
parent f9b29d6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,10 +29,10 @@ buildPythonPackage rec {

  dependencies = [
    bleak
    dbus-fast
  ]
  ++ lib.optionals stdenv.hostPlatform.isLinux [
    bluetooth-adapters
    dbus-fast
  ];

  nativeCheckInputs = [