pycflow2dot: use python3
This commit is contained in:
@@ -8580,7 +8580,7 @@ with pkgs;
|
||||
|
||||
pycangjie = pythonPackages.pycangjie;
|
||||
|
||||
pycflow2dot = with python.pkgs; toPythonApplication pycflow2dot;
|
||||
pycflow2dot = with python3.pkgs; toPythonApplication pycflow2dot;
|
||||
|
||||
pydb = callPackage ../development/tools/pydb { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user