From 4aa03a3ccf6bb693bd4c99900bcd81845c249bbe Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Fri, 6 Dec 2024 23:11:26 -0500 Subject: nongnu: steam: Use newer gcc for better game compatibility. Fixes #355. * nongnu/packages/steam-client.scm (steam-client-libs): Replace gcc with gcc-14. --- nongnu/packages/game-client.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nongnu') diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index f1cb28d..cb2730b 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -182,7 +182,9 @@ implementation with gogdl and Amazon Games using Nile.") ("freetype" ,freetype) ; Required for steam login. ("gawk" ,gawk) ("gdk-pixbuf" ,gdk-pixbuf) ; Required for steam tray icon. - ("gcc:lib" ,gcc "lib") ; Required for steam startup. + ;; Required for steam startup; use newer version for better compatibility + ;; with some games like Dwarf Fortress. + ("gcc:lib" ,gcc-14 "lib") ("grep" ,grep) ("libbsd" ,libbsd) ("libcap" ,libcap) ; Required for SteamVR, but needs pkexec too. -- cgit v1.2.3