From a47ecef2f1cdf283c5039ef83006b0e892aec6e7 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 14 Aug 2021 15:02:14 +0200 Subject: gnu: electrum: Add Ledger support. * gnu/packages/finance.scm (electrum)[inputs]: Add python-hidapi, python-ledgerblue, python-btchip-python. --- gnu/packages/finance.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages/finance.scm') diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 807f2c1074..bae56d9735 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -530,6 +530,9 @@ do so.") ("python-cryptography" ,python-cryptography) ("python-qdarkstyle" ,python-qdarkstyle) ("python-dnspython" ,python-dnspython) + ("python-hidapi" ,python-hidapi) + ("python-ledgerblue" ,python-ledgerblue) + ("python-btchip-python" ,python-btchip-python) ("libsecp256k1" ,libsecp256k1))) (arguments `(#:tests? #f ; no tests -- cgit v1.2.3