python.pkgs.dot2tex: enable python3 and run tests
This commit is contained in:
@@ -6773,7 +6773,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