10 buildPythonPackage rec {
11 pname = "keepkey_agent";
15 inherit pname version;
16 sha256 = "03779gvlx70i0nnry98i4pl1d92604ix5x6jgdfkrdgzqbh5vj27";
19 propagatedBuildInputs = [
20 keepkey libagent setuptools wheel
24 pythonImportsChecks = [ "keepkey_agent" ];
27 description = "Using KeepKey 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 ];