electrum: add plugin dependencies (trezor, keepkey)

This commit is contained in:
Nicolas Pouillard 2016-01-21 23:58:28 +01:00
parent c0fcb321e2
commit 65836c898f
No known key found for this signature in database
GPG Key ID: 10C40A56EADFABBA

View File

@ -22,6 +22,14 @@ buildPythonPackage rec {
requests
slowaes
tlslite
# plugins
trezor
keepkey
# TODO plugins
# matplotlib
# btchip
# amodem
];
preInstall = ''
@ -40,6 +48,6 @@ buildPythonPackage rec {
'';
homepage = https://electrum.org;
license = licenses.gpl3;
maintainers = with maintainers; [ ehmry joachifm ];
maintainers = with maintainers; [ ehmry joachifm np ];
};
}