python311Packages.python-roborock: add input for darwin

This commit is contained in:
Fabian Affolter
2023-05-30 19:47:12 +02:00
parent 69092130ca
commit c83e8717e8
@@ -1,4 +1,5 @@
{ 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 = [