diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 21:47:36 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:07 +0200 |
commit | ac29f53d304ed6b875562375fbc66c9cd366f8fd (patch) | |
tree | 78414d88ab7ef74c6f4eaea0bf1db56448b2c547 /gnu/packages/scheme.scm | |
parent | 8ace45c088497583c5a0a03cff3c09600a3d09b9 (diff) |
gnu: texlive-tex-texinfo -> texlive-texinfo.
* gnu/packages/tex.scm (texlive-texinfo): New variable.
(texlive-tex-texinfo): Deprecate variable.
* doc/build.scm (pdf-manual):
* gnu/packages/finance.scm (optionmatrix):
* gnu/packages/lisp.scm (sbcl):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/scheme.scm (mit-scheme):
* gnu/packages/xdisorg.scm (xforms): Use new name.
Diffstat (limited to 'gnu/packages/scheme.scm')
-rw-r--r-- | gnu/packages/scheme.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 215ea741f8..a4f43001ca 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -191,8 +191,9 @@ ("autoconf" ,autoconf) ("automake" ,automake) ("libtool" ,libtool) - ("texlive" ,(texlive-updmap.cfg (list texlive-tex-texinfo - texlive-epsf))) + ("texlive" ,(texlive-updmap.cfg + (list texlive-epsf + texlive-texinfo))) ("texinfo" ,texinfo) ("ghostscript" ,ghostscript) ("m4" ,m4))) |