python3Packages.trezor: export as trezorctl application too

master
Pavol Rusnak 2021-02-11 12:19:58 +01:00
parent 3155a9e966
commit c68ff72627
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 2 additions and 0 deletions

View File

@ -8420,6 +8420,8 @@ in
trezor-udev-rules = callPackage ../os-specific/linux/trezor-udev-rules {};
trezorctl = with python3Packages; toPythonApplication trezor;
trezord = callPackage ../servers/trezord { };
trezor_agent = with python3Packages; toPythonApplication trezor_agent;