forked from mirrors/nixpkgs
steam: fix sound issues
This commit is contained in:
parent
3e395b71da
commit
e01cd8f214
|
@ -66,8 +66,8 @@ buildFHSUserEnv {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
profile = ''
|
profile = ''
|
||||||
export LD_LIBRARY_PATH=/run/opengl-driver/lib:/run/opengl-driver-32/lib:/lib:/lib32:/lib64
|
# Ugly workaround for https://github.com/ValveSoftware/steam-for-linux/issues/3504
|
||||||
export PATH=$PATH:/usr/bin:/usr/sbin
|
export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so
|
||||||
'';
|
'';
|
||||||
|
|
||||||
runScript = "exec steam";
|
runScript = "exec steam";
|
||||||
|
|
Loading…
Reference in a new issue