electrum: add plugin dependencies (trezor, keepkey)

wip/yesman
Nicolas Pouillard 8 years ago
parent c0fcb321e2
commit 65836c898f
No known key found for this signature in database
GPG Key ID: 10C40A56EADFABBA
  1. 10
      pkgs/applications/misc/electrum/default.nix

@ -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 ];
};
}

Loading…
Cancel
Save