about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2020-10-30 19:39:43 +0100
committerGitHub <noreply@github.com>2020-10-30 19:39:43 +0100
commit858e014efcadb3814b1e0a834de17dfbcd5de403 (patch)
tree0075df37e321b8da14ed804c1d9bfdbe83bad323 /pkgs/applications/misc
parentcde8207a1ed14068cb0ecb4675a7794272ab721d (diff)
parent438a67de33a02724d995c33fd9d46c59305582f3 (diff)
Merge pull request #102002 from RaghavSood/electrum-ltc/ledger
electrum-ltc: enable hardware wallets
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/electrum/ltc.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/misc/electrum/ltc.nix b/pkgs/applications/misc/electrum/ltc.nix
index 2c6fb39fa4334..7d6480b4696c9 100644
--- a/pkgs/applications/misc/electrum/ltc.nix
+++ b/pkgs/applications/misc/electrum/ltc.nix
@@ -27,6 +27,8 @@ python3Packages.buildPythonApplication rec {
     dnspython
     jsonrpclib-pelix
     pysocks
+    trezor
+    btchip
   ];
 
   preBuild = ''