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
|
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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user