10 buildPythonPackage rec {
11 pname = "ledger_agent";
15 inherit pname version;
16 sha256 = "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92";
19 propagatedBuildInputs = [
20 ledgerblue libagent setuptools wheel
27 description = "Using Ledger as hardware-based SSH/PGP agent";
28 homepage = "https://github.com/romanz/trezor-agent";
29 license = licenses.gpl3;
30 maintainers = with maintainers; [ hkjn np mmahut ];