[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: chez-web: Use new names of TeX Live packages.
From: |
guix-commits |
Subject: |
07/07: gnu: chez-web: Use new names of TeX Live packages. |
Date: |
Tue, 27 Oct 2020 04:29:31 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 3e6908d7a70c10248c77fc2e90ccb7597ecc2b01
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 27 09:28:17 2020 +0100
gnu: chez-web: Use new names of TeX Live packages.
* gnu/packages/chez.scm (chez-web)[native-inputs]: Replace
texlive-generic-pdftex, texlive-context-base, and texlive-fonts-cm with the
new names texlive-pdftex, texlive-context, and texlive-cm, respectively.
---
gnu/packages/chez.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 3b9571e..fd7d7d6 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -276,9 +276,9 @@ and 32-bit PowerPC architectures.")
texlive-generic-epsf
texlive-metapost
texlive-fonts-charter
- texlive-generic-pdftex
- texlive-context-base
- texlive-fonts-cm
+ texlive-pdftex
+ texlive-context
+ texlive-cm
texlive-tex-plain)))))
(arguments
`(#:make-flags (list (string-append "PREFIX=" %output)
- branch wip-texlive updated (79cf9fc -> 3e6908d), guix-commits, 2020/10/27
- 02/07: gnu: lilypond: Use new name of texlive-lh., guix-commits, 2020/10/27
- 07/07: gnu: chez-web: Use new names of TeX Live packages.,
guix-commits <=
- 01/07: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/10/27
- 03/07: gnu: Replace texlive-generic-pdftex with texlive-pdftex., guix-commits, 2020/10/27
- 04/07: gnu: teximpatient: Use new name for texlive-pdftex., guix-commits, 2020/10/27
- 05/07: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/10/27
- 06/07: gnu: chez-sockets: Use new name of texlive-pdftex., guix-commits, 2020/10/27