1 { lib, fetchFromGitHub, buildPythonPackage, ed25519, ecdsa , semver, mnemonic,
2 unidecode, mock, pytest , backports-shutil-which, ConfigArgParse,
3 python-daemon, pymsgbox }:
5 buildPythonPackage rec {
9 src = fetchFromGitHub {
11 repo = "trezor-agent";
13 sha256 = "16y1y9ahcv3wj7f0v4mfiwzkmn2hz1iv7y13cgr57sxa3ymyqx6c";
16 propagatedBuildInputs = [ unidecode backports-shutil-which ConfigArgParse
17 python-daemon pymsgbox ecdsa ed25519 mnemonic semver ];
19 checkInputs = [ mock pytest ];
22 py.test libagent/tests
26 description = "Using hardware wallets as SSH/GPG agent";
27 homepage = "https://github.com/romanz/trezor-agent";
28 license = licenses.lgpl3Only;
29 maintainers = with maintainers; [ np ];