pycflow2dot: use python3

This commit is contained in:
Martin Weinelt 2021-10-10 00:53:04 +02:00
parent 605e82f4a8
commit 2cb093097d

View File

@ -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 { };