diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-06 17:08:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-06-07 09:11:54 -0400 |
commit | 036a4642580831ea7784f8dcd1d1d5d314a52223 (patch) | |
tree | 0306437f10b16e5188b9327c5ad48a3118b414b2 /gnu/packages/finance.scm | |
parent | 4e92098e85429ee5896251a164e5f3c8a6eb51ed (diff) |
gnu: python-trezor: Add python-hidapi optional dependency.
* gnu/packages/finance.scm (python-trezor)
[propagated-inputs]: Add python-hidapi.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index b02012a72c..f342b537e0 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1040,6 +1040,7 @@ Nano dongle.") python-click-7 python-construct python-ecdsa + python-hidapi python-libusb1 python-mnemonic python-requests |