steam: libstdc++/mesa incompatibility workaround

closes #9003

+3 -1
+3 -1
pkgs/games/steam/chrootenv.nix
··· 70 70 71 71 profile = '' 72 72 # Ugly workaround for https://github.com/ValveSoftware/steam-for-linux/issues/3504 73 - export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so 73 + export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so:$LD_PRELOAD 74 + # Another one for https://github.com/ValveSoftware/steam-for-linux/issues/3801 75 + export LD_PRELOAD=/lib32/libstdc++.so:/lib64/libstdc++.so:$LD_PRELOAD 74 76 ''; 75 77 76 78 runScript = "steam";