Merge pull request #112757 from prusnak/trezorctl

python3Packages.trezor: export as trezorctl application too
master
Pavol Rusnak 2021-02-11 12:53:43 +01:00 committed by GitHub
commit 65aeed59c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;