python3Packages.ledger-bitcoin: fix build
bip32 is a required dependency of ledger-bitcoin 0.2.2
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
, setuptools
|
||||
, ledgercomm
|
||||
, packaging
|
||||
, bip32
|
||||
, coincurve
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
@@ -25,6 +27,8 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
ledgercomm
|
||||
packaging
|
||||
bip32
|
||||
coincurve
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user