dot2tex: use python3
This commit is contained in:
@@ -10357,7 +10357,7 @@ in
|
||||
|
||||
dolt = callPackage ../servers/sql/dolt { };
|
||||
|
||||
dot2tex = pythonPackages.dot2tex;
|
||||
dot2tex = with python3.pkgs; toPythonApplication dot2tex;
|
||||
|
||||
doxygen = callPackage ../development/tools/documentation/doxygen {
|
||||
qt4 = null;
|
||||
|
||||
Reference in New Issue
Block a user