17 buildPythonPackage rec {
18 pname = "trezor-agent";
20 format = "setuptools";
23 pname = "trezor_agent";
25 hash = "sha256-4IylpUvXZYAXFkyFGNbN9iPTsHff3M/RL2Eq9f7wWFU=";
28 propagatedBuildInputs = [
41 # relax dependency constraint
43 substituteInPlace setup.py \
44 --replace "trezor[hidapi]>=0.12.0,<0.13" "trezor[hidapi]>=0.12.0,<0.14"
48 pythonImportsCheck = [ "libagent" ];
51 description = "Using Trezor as hardware SSH agent";
52 homepage = "https://github.com/romanz/trezor-agent";
53 license = licenses.gpl3;
54 maintainers = with maintainers; [