python.pkgs.dot2tex: enable python3 and run tests

This commit is contained in:
Robert Schütz
2020-06-14 15:10:07 +02:00
parent 029a5de083
commit 0c30b9ef73
4 changed files with 140 additions and 4 deletions
+3 -1
View File
@@ -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;