electrum-dash: do not use top-level python packages
This commit is contained in:
parent
0bd31510f0
commit
39b819d7ad
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, buildPythonApplication, pythonPackages, slowaes }:
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "electrum-dash-${version}";
|
||||
version = "2.4.1";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user