20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.7";
28 inherit pname version;
29 hash = "sha256-LVRNcsTmJOR3zTBhbKV4V0zCQk0sk/Uf6kSmfbAhgfY=";
32 propagatedBuildInputs = [
45 ++ lib.optionals stdenv.isLinux [
52 pythonImportsCheck = [
57 description = "Python library to communicate with Ledger Blue/Nano S";
58 homepage = "https://github.com/LedgerHQ/blue-loader-python";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ np ];