summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-30 00:17:06 +0100
committerGitHub <noreply@github.com>2021-01-30 00:17:06 +0100
commitec36c2a7746b5252f2e14356a23c11de2e18a3c0 (patch)
treeceb46a8abd8daea8ffadde0a74046000396c3d81 /pkgs
parent969befb51cc7460050ab3f2a8ac0986d2c6fc6a6 (diff)
parent529e80db911b5cafd270aaa0d326a9ea937043ea (diff)
Merge pull request #111183 from prusnak/hwi
pythonPackages.hwi: reintroduce dropped dependencies
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/hwi/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix
index 7c34235a190b..d3b7d5c85666 100644
--- a/pkgs/development/python-modules/hwi/default.nix
+++ b/pkgs/development/python-modules/hwi/default.nix
@@ -2,11 +2,14 @@
, buildPythonPackage
, fetchFromGitHub
, bitbox02
+, btchip
+, ckcc-protocol
, ecdsa
, hidapi
, libusb1
, mnemonic
, pyaes
+, trezor
, pythonAtLeast
}:
@@ -31,11 +34,14 @@ buildPythonPackage rec {
propagatedBuildInputs = [
bitbox02
+ btchip
+ ckcc-protocol
ecdsa
hidapi
libusb1
mnemonic
pyaes
+ trezor
];
# tests require to clone quite a few firmwares