Commit edcac9fa authored by arcnmx's avatar arcnmx
Browse files

python3Packages.ledger-bitcoin: fix build

bip32 is a required dependency of ledger-bitcoin 0.2.2
parent 5c5d7494
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
, setuptools
, ledgercomm
, packaging
, bip32
, coincurve
, typing-extensions
 }:

@@ -25,6 +27,8 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    ledgercomm
    packaging
    bip32
    coincurve
    typing-extensions
  ];