trezor_agent: init at 0.10.0

The pythonPackages.trezor_agent existed since earlier, now we
also add a top-level package by making use of `toPythonApplication`.
This commit is contained in:
Henrik Jonsson 2019-09-22 16:43:19 +02:00 committed by Jon
parent 7aeff945bf
commit 6e99854d0f

@ -6732,6 +6732,8 @@ in
trezord = callPackage ../servers/trezord { };
trezor_agent = with python3Packages; toPythonApplication trezor_agent;
tthsum = callPackage ../applications/misc/tthsum { };
chaps = callPackage ../tools/security/chaps { };