1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

steam: fix for new fhs-userenv

This commit is contained in:
Nikolay Amiantov 2015-04-22 16:52:57 +03:00
parent 19c497050e
commit 9ae0798e73

View file

@ -73,5 +73,5 @@ buildFHSUserEnv {
export LD_PRELOAD=/lib32/libpulse.so:/lib64/libpulse.so:/lib32/libasound.so:/lib64/libasound.so
'';
runScript = "exec steam";
runScript = "steam";
}