diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
commit | 8de4131b2ddd11faa3394cf497484563068c9e7a (patch) | |
tree | ed4ed9e586c7236f09c109afdd416dac18ba8cc3 /gnu/packages/graphviz.scm | |
parent | 15406013fe63f2ab238eec2d7a8adbc586806ac8 (diff) | |
parent | 45b7a8bfda5bde2e2daee4bec0ca092cd719d726 (diff) |
Merge branch 'master' into emacs-team
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 30dd6d3405..b91c365e3c 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -379,22 +379,16 @@ graphs in Graphviz's DOT language, written in pure Python.") ;; (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-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-bin - texlive-amsmath - texlive-graphics - texlive-latex-geometry - texlive-latex-base - texlive-latex-preview - texlive-latex-xkeyval - texlive-pgf - texlive-pstricks - texlive-xcolor)) + (propagated-inputs (list python-pyparsing)) (home-page "https://github.com/kjellmf/dot2tex") (synopsis "Graphviz to LaTeX converter") (description |