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 /doc/build.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 'doc/build.scm')
-rw-r--r-- | doc/build.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.scm b/doc/build.scm index 995f4878e1..9c0cc99404 100644 --- a/doc/build.scm +++ b/doc/build.scm @@ -916,7 +916,7 @@ makeinfo OPTIONS." texlive-bin ;for GUIX_TEXMF texlive-epsf texlive-ec - texlive-tex-texinfo))))) + texlive-texinfo))))) (define build (with-imported-modules '((guix build utils)) |