summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-29 18:28:50 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-29 18:29:28 +0100
commit529e80db911b5cafd270aaa0d326a9ea937043ea (patch)
tree24b240021869083a71d988708d19a83dface39d2 /pkgs/development/python-modules
parent0a822bcce487f044a217cfba7105fa35fbf58f5a (diff)
pythonPackages.hwi: reintroduce dropped dependencies
Diffstat (limited to 'pkgs/development/python-modules')
-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