electrum: enable plotting support

Plotting seems to be a core feature now, with a menu entry available by
default. Without the matplotlib dependency this opens a warning popup
though.
This commit is contained in:
André-Patrick Bubel 2017-10-19 21:19:58 +02:00
parent b17ec549a1
commit 89dc04fe93
No known key found for this signature in database
GPG Key ID: 118CE7C424B45728

View File

@ -13,6 +13,7 @@ python2Packages.buildPythonApplication rec {
dns dns
ecdsa ecdsa
jsonrpclib jsonrpclib
matplotlib
pbkdf2 pbkdf2
protobuf protobuf
pyaes pyaes
@ -30,7 +31,6 @@ python2Packages.buildPythonApplication rec {
# TODO plugins # TODO plugins
# amodem # amodem
# btchip # btchip
# matplotlib
]; ];
preBuild = '' preBuild = ''