nongnu: steam: Use newer gcc for better game compatibility.

Fixes #355.

* nongnu/packages/steam-client.scm (steam-client-libs): Replace gcc with
gcc-14.
This commit is contained in:
John Kehayias 2024-12-06 23:11:26 -05:00
parent 720df79727
commit 4aa03a3ccf
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -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.