steam: libstdc++/mesa incompatibility workaround

closes #9003
This commit is contained in:
Nikolay Amiantov 2015-07-28 00:31:49 +03:00
parent f5b41dbf42
commit 5336573329

View File

@ -70,7 +70,9 @@ buildFHSUserEnv {
profile = ''
# Ugly workaround for https://github.com/ValveSoftware/steam-for-linux/issues/3504
export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so
export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so:$LD_PRELOAD
# Another one for https://github.com/ValveSoftware/steam-for-linux/issues/3801
export LD_PRELOAD=/lib32/libstdc++.so:/lib64/libstdc++.so:$LD_PRELOAD
'';
runScript = "steam";