24 buildPythonPackage rec {
29 disabled = pythonOlder "3.7";
32 inherit pname version;
33 hash = "sha256-Hn99ST6RnER6XI6+rqA3O9/aC+whYoTOzeoHGF/fFz4=";
41 pythonRelaxDeps = [ "protobuf" ];
56 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ bleak ];
61 pythonImportsCheck = [ "ledgerblue" ];
64 description = "Python library to communicate with Ledger Blue/Nano S";
65 homepage = "https://github.com/LedgerHQ/blue-loader-python";
66 license = licenses.asl20;
67 maintainers = with maintainers; [ np ];