Merge pull request #90344 from dotlambda/dot2tex-python3
dot2tex: use python3
This commit is contained in:
@@ -6803,7 +6803,9 @@ in {
|
||||
|
||||
jenkins-job-builder = callPackage ../development/python-modules/jenkins-job-builder { };
|
||||
|
||||
dot2tex = callPackage ../development/python-modules/dot2tex { };
|
||||
dot2tex = callPackage ../development/python-modules/dot2tex {
|
||||
inherit (pkgs) graphviz;
|
||||
};
|
||||
|
||||
poezio = callPackage ../applications/networking/instant-messengers/poezio {
|
||||
inherit (pkgs) pkgconfig;
|
||||
|
||||
Reference in New Issue
Block a user