From 9e4adea8adca392beaac705c10111639b8c51951 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 13 May 2023 11:54:41 +0200 Subject: gnu: texlive-latex-geometry -> texlive-geometry. * gnu/packages/tex.scm (texlive-geometry): New variable. (texlive-latex-geometry): Deprecate variable. (texlive-xindy): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/cran.scm (r-prereg): * gnu/packages/graphviz.scm (dot2tex): * gnu/packages/maths.scm (hypre): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/python-xyz.scm (python-nbconvert): * gnu/packages/sphinx.scm (python-sphinx): Use new name. --- gnu/packages/chemistry.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu/packages/chemistry.scm') diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm index cddccf8aea..b97703e810 100644 --- a/gnu/packages/chemistry.scm +++ b/gnu/packages/chemistry.scm @@ -899,9 +899,10 @@ emphasis on quality rather than speed.") (inputs (list openblas)) (native-inputs (list gfortran - (texlive-updmap.cfg (list texlive-fonts-ec - texlive-graphics - texlive-latex-geometry)))) + (texlive-updmap.cfg + (list texlive-fonts-ec + texlive-geometry + texlive-graphics)))) (home-page "https://github.com/greglandrum/yaehmop") (synopsis "Perform extended Hückel calculations") (description "@acronym{YAeHMOP, Yet Another extended Hueckel Molecular -- cgit 1.4.1