python3Packages.ledgerblue: enable build on darwin

This commit is contained in:
Pavol Rusnak 2024-01-16 09:32:05 -05:00
parent 2a71ef0387
commit e75479d0a6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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