From 612b9c5cbba92cae1ad06f6afb4d33501d5fb6bf Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Fri, 6 Jan 2023 10:49:37 +0100
Subject: [PATCH] fix toolchain in texlive

---
 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 c3a082a91..606d23ab0 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
@@ -11,7 +11,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/',
-- 
GitLab