pycflow2dot: use python3

This commit is contained in:
Martin Weinelt
2021-10-11 01:22:10 +02:00
parent 605e82f4a8
commit 2cb093097d
+1 -1
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 { };