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

View File

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