mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #112757 from prusnak/trezorctl
python3Packages.trezor: export as trezorctl application too
This commit is contained in:
commit
65aeed59c5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user