mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
dot2tex: use python3
This commit is contained in:
parent
0c30b9ef73
commit
4235528685
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue