summaryrefslogtreecommitdiff
path: root/nongnu
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2024-12-06 23:11:26 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2024-12-06 23:11:26 -0500
commit4aa03a3ccf6bb693bd4c99900bcd81845c249bbe (patch)
treec16a004986553700a3b695511141d61a79ae4181 /nongnu
parent720df79727769e4230706e891841ec6f0b8b3890 (diff)
nongnu: steam: Use newer gcc for better game compatibility.
Fixes #355. * nongnu/packages/steam-client.scm (steam-client-libs): Replace gcc with gcc-14.
Diffstat (limited to 'nongnu')
-rw-r--r--nongnu/packages/game-client.scm4
1 files changed, 3 insertions, 1 deletions
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.