10 buildPythonPackage rec {
11 pname = "ledger-agent";
13 format = "setuptools";
16 pname = "ledger_agent";
18 sha256 = "03zj602m2rln9yvr08dswy56vzkbldp8b074ixwzz525dafblr92";
21 propagatedBuildInputs = [
22 ledgerblue libagent setuptools wheel
29 description = "Using Ledger as hardware-based SSH/PGP agent";
30 homepage = "https://github.com/romanz/trezor-agent";
31 license = licenses.gpl3;
32 maintainers = with maintainers; [ hkjn np mmahut ];