python3Packages.ledgerblue: enable build on darwin

This commit is contained in:
Pavol Rusnak
2024-01-16 09:33:07 -05:00
parent 2a71ef0387
commit e75479d0a6
@@ -1,4 +1,5 @@
{ lib
, stdenv
, bleak
, buildPythonPackage
, ecpy
@@ -29,7 +30,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
bleak
ecpy
future
hidapi
@@ -41,6 +41,9 @@ buildPythonPackage rec {
pyelftools
python-u2flib-host
websocket-client
]
++ lib.optionals stdenv.isLinux [
bleak
];
# No tests