From 9df90787cc7a5c7d5a771fd8e3030b5f6f45907f Mon Sep 17 00:00:00 2001 From: Alexandre Strube Date: Mon, 9 Jan 2023 14:29:27 +0100 Subject: [PATCH] Fixes texlive toolchain Fix for !15 --- Golden_Repo/t/texlive/texlive-20220321-GCCcore-11.3.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golden_Repo/t/texlive/texlive-20220321-GCCcore-11.3.0.eb b/Golden_Repo/t/texlive/texlive-20220321-GCCcore-11.3.0.eb index bc448e51..8142e657 100644 --- a/Golden_Repo/t/texlive/texlive-20220321-GCCcore-11.3.0.eb +++ b/Golden_Repo/t/texlive/texlive-20220321-GCCcore-11.3.0.eb @@ -12,7 +12,7 @@ description = """TeX is a typesetting language. Instead of visually formatting y PDF file. Thus, in contrast to standard word processors, your document is a separate file that does not pretend to be a representation of the final typeset output, and so can be easily edited and manipulated.""" -toolchain = {'name': 'GCC', 'version': '11.3.0'} +toolchain = {'name': 'GCCcore', 'version': '11.3.0'} source_urls = [ 'ftp://tug.org/texlive/historic/2022/',