12 buildPythonPackage rec {
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-KZoq8FruW74CV6VipQapPieSk9XDjyjQirissyM/584=";
27 ./test.patch # https://github.com/kjellmf/dot2tex/issues/5
29 # https://github.com/xyz2tex/dot2tex/pull/104 does not merge cleanly
30 ./remove-duplicate-script.patch
33 propagatedBuildInputs = [ pyparsing ];
37 (texliveSmall.withPackages (
46 description = "Convert graphs generated by Graphviz to LaTeX friendly formats";
47 mainProgram = "dot2tex";
48 homepage = "https://github.com/kjellmf/dot2tex";
49 license = licenses.mit;