mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: electrum: Add Ledger support.
* gnu/packages/finance.scm (electrum)[inputs]: Add python-hidapi, python-ledgerblue, python-btchip-python.
This commit is contained in:
parent
98b47af0ad
commit
a47ecef2f1
1 changed files with 3 additions and 0 deletions
|
@ -530,6 +530,9 @@ (define-public electrum
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue