electrum: add plugin dependencies (trezor, keepkey)
This commit is contained in:
parent
c0fcb321e2
commit
65836c898f
@ -22,6 +22,14 @@ buildPythonPackage rec {
|
|||||||
requests
|
requests
|
||||||
slowaes
|
slowaes
|
||||||
tlslite
|
tlslite
|
||||||
|
|
||||||
|
# plugins
|
||||||
|
trezor
|
||||||
|
keepkey
|
||||||
|
# TODO plugins
|
||||||
|
# matplotlib
|
||||||
|
# btchip
|
||||||
|
# amodem
|
||||||
];
|
];
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
@ -40,6 +48,6 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
homepage = https://electrum.org;
|
homepage = https://electrum.org;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ehmry joachifm ];
|
maintainers = with maintainers; [ ehmry joachifm np ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user