diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-14 21:53:07 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:07 +0200 |
commit | f626769b3aaa9c3ba9c5b0b56f68b0591ce574b8 (patch) | |
tree | 86b7eaed5f459735dba8c538a96a01e68746d4be /gnu/packages/chez.scm | |
parent | ac29f53d304ed6b875562375fbc66c9cd366f8fd (diff) | |
download | guix-f626769b3aaa9c3ba9c5b0b56f68b0591ce574b8.tar.gz |
gnu: texlive-tex-plain -> texlive-plain.
* gnu/packages/tex.scm (texlive-plain): New variable. (texlive-tex-plain): Deprecate variable. (texlive-hyph-utf8): (texlive-latex-base): (texlive-pdftex): (texlive-xetex): * gnu/packages/chez.scm (chez-web): Use new name.
Diffstat (limited to 'gnu/packages/chez.scm')
-rw-r--r-- | gnu/packages/chez.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index b988b00fd7..86dd47d2ec 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -1025,7 +1025,7 @@ create compilers, making them easier to understand and maintain.") texlive-pdftex texlive-context texlive-cm - texlive-tex-plain)))) + texlive-plain)))) (arguments (list #:make-flags |