3
0
Fork 0
forked from mirrors/nixpkgs

steam: fix sound issues

This commit is contained in:
Nikolay Amiantov 2015-03-09 17:28:42 +03:00
parent 3e395b71da
commit e01cd8f214

View file

@ -66,8 +66,8 @@ buildFHSUserEnv {
'';
profile = ''
export LD_LIBRARY_PATH=/run/opengl-driver/lib:/run/opengl-driver-32/lib:/lib:/lib32:/lib64
export PATH=$PATH:/usr/bin:/usr/sbin
# 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
'';
runScript = "exec steam";