From 89dc04fe93699e8f43bb22ad59bdb6a76565957b Mon Sep 17 00:00:00 2001 From: André-Patrick Bubel Date: Thu, 19 Oct 2017 21:19:58 +0200 Subject: 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. --- pkgs/applications/misc/electrum/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/misc/electrum') diff --git a/pkgs/applications/misc/electrum/default.nix b/pkgs/applications/misc/electrum/default.nix index 0781617eb69..abe8d0dde84 100644 --- a/pkgs/applications/misc/electrum/default.nix +++ b/pkgs/applications/misc/electrum/default.nix @@ -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 = '' -- cgit 1.4.1