From 76819a965589b62f83acf083305ae412a9fd91e5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 13 May 2023 15:59:14 +0200 Subject: gnu: texlive-fonts-ec -> texlive-ec. * gnu/packages/tex.scm (texlive-ec): New variable. (texlive-fonts-ec): Deprecate variable. (lyx): (biber): * gnu/packages/python-xyz.scm (python-pypandoc): * gnu/packages/statistics.scm (r-with-tests): * doc/build.scm (pdf-manual): * gnu/packages/bioinformatics.scm (discrover): (phyml): (velvet): * gnu/packages/chemistry.scm (yaehmop): * gnu/packages/chez.scm (stex-bootstrap): * gnu/packages/ocaml.scm (unison): (ocaml-bibtex2html): * gnu/packages/plotutils.scm (asymptote): Use new name. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ocaml.scm') diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index d3990bdd4d..9e399064c8 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1378,7 +1378,7 @@ libpanel, librsvg and quartz.") ;; For documentation ("ghostscript" ,ghostscript) ("texlive" ,(texlive-updmap.cfg - (list texlive-fonts-ec texlive-l3backend))) + (list texlive-ec texlive-l3backend))) ("hevea" ,hevea) ("lynx" ,lynx) ("which" ,which))) @@ -10255,7 +10255,7 @@ SHA384, SHA512, Blake2b, Blake2s and RIPEMD160.") (native-inputs `(("which" ,which) ("texlive" ,(texlive-updmap.cfg - (list texlive-fonts-ec texlive-preprint + (list texlive-ec texlive-preprint texlive-hyperref texlive-bibtex))))) (propagated-inputs (list hevea)) -- cgit v1.2.3