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:
parent
b17ec549a1
commit
89dc04fe93
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user