Commit c83e8717 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.python-roborock: add input for darwin

parent 69092130
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, aiohttp
, async-timeout
, buildPythonPackage
@@ -9,6 +10,7 @@
, paho-mqtt
, poetry-core
, pycryptodome
, pycryptodomex
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@@ -40,6 +42,8 @@ buildPythonPackage rec {
    dacite
    paho-mqtt
    pycryptodome
  ] ++ lib.optionals stdenv.isDarwin [
    pycryptodomex
  ];

  nativeCheckInputs = [