mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 18:14:42 +00:00
pycflow2dot: use python3
This commit is contained in:
parent
605e82f4a8
commit
2cb093097d
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user