electrum: add plugin dependencies (trezor, keepkey)

This commit is contained in:
Nicolas Pouillard
2016-01-30 14:04:04 +01:00
parent c0fcb321e2
commit 65836c898f
+9 -1
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 ];
};
}