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