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-11-12 11:30:24 -08:00
committed by Jon
parent 7aeff945bf
commit 6e99854d0f
+2
View File
@@ -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 { };