diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 61e4ec7a9f..08dd73b24f 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -379,21 +379,17 @@ (define-public dot2tex ;; (see: ;; https://github.com/kjellmf/dot2tex/issues/94). "-k" "not test_semicolon"))))))) - (native-inputs (list python-pytest)) + (native-inputs + (list python-pytest + (texlive-updmap.cfg + (list texlive-geometry + texlive-pgf + texlive-preview + texlive-pstricks + texlive-xcolor + texlive-xkeyval)))) (inputs (list graphviz)) - (propagated-inputs - (list python-pyparsing - ;; These TeX dependencies are propagated to make it easier to build - ;; the resulting generated TeX files, which \usepackage them. - texlive-amsmath - texlive-bin - texlive-geometry - texlive-latex-bin - texlive-pgf - texlive-pstricks - texlive-preview - texlive-xcolor - texlive-xkeyval)) + (propagated-inputs (list python-pyparsing)) (home-page "https://github.com/kjellmf/dot2tex") (synopsis "Graphviz to LaTeX converter") (description