diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-27 09:28:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-23 10:10:59 +0100 |
commit | 2c578eb6120e214d42ea75eff0a0345fd4f61ed3 (patch) | |
tree | 074bf54954ae92021e895d82a7209a018dc04616 /gnu/packages/chez.scm | |
parent | 85ca23b0c54d18ef1ac32ed6c26b9be9b2a6d6a2 (diff) |
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.
Diffstat (limited to 'gnu/packages/chez.scm')
-rw-r--r-- | gnu/packages/chez.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 3b9571ee43..fd7d7d64ca 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) |