about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-10-29 15:38:47 +0800
committerRaghav Sood <r@raghavsood.com>2020-10-29 15:38:47 +0800
commit438a67de33a02724d995c33fd9d46c59305582f3 (patch)
treed576611c715b1f100a3242699301a012078899b7 /pkgs/applications/misc
parentdf6068e934ad2ea8db02609c335b23ac96c3d286 (diff)
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 = ''