mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-22 23:04:53 +01:00
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:
parent
720df79727
commit
4aa03a3ccf
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue