From bd3e3d87a9246ac59080ebb72298290dca5b0204 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 30 Jan 2023 12:55:44 +0200 Subject: gnu: texlive-graphics: Use over deprecated texlive-latex-graphics. * gnu/packages/bioinformatics.scm (phyml)[native-inputs], * gnu/packages/chemistry.scm (yaehmop)[native-inputs], * gnu/packages/graphviz.scm (dot2tex)[propagated-inputs], * gnu/packages/maths.scm (cddlib)[native-inputs], * gnu/packages/statistics.scm (r-with-tests)[native-inputs], * gnu/packages/tex.scm (texlive-apa6)[propagated-inputs]: Replace texlive-latex-graphics with texlive-graphics. --- gnu/packages/graphviz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/graphviz.scm') diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 615444a75d..99fdd85c88 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -427,7 +427,7 @@ (define-public dot2tex ;; the resulting generated TeX files, which \usepackage them. texlive-bin texlive-amsmath - texlive-latex-geometry + texlive-geometry texlive-latex-graphics texlive-latex-base texlive-latex-preview -- cgit v1.2.3