diff options
-rw-r--r-- | nongnu/packages/game-client.scm | 4 |
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. |