python3Packages.ledgerblue: enable build on darwin
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user