Skip to content

Commit

Permalink
electrum: use python2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 8, 2016
1 parent 88a03eb commit 5f265dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/electrum/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pythonPackages }:
{ stdenv, fetchurl, python2Packages }:

pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
name = "electrum-${version}";
version = "2.7.11";

Expand All @@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0qy2ynyw57jgi7fw3xzsyy608yk4bhsda7qfw0j26zqinv52mrsb";
};

propagatedBuildInputs = with pythonPackages; [
propagatedBuildInputs = with python2Packages; [
dns
ecdsa
jsonrpclib
Expand Down

0 comments on commit 5f265dc

Please sign in to comment.