mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Revert "steam: added libcxxabi workaround"
This reverts commit 2b761358a8
.
This commit is contained in:
parent
5f17aeb403
commit
e822dfd8f6
@ -15,7 +15,6 @@ buildFHSUserEnv {
|
||||
pkgs.xdg_utils
|
||||
pkgs.xorg.xrandr
|
||||
pkgs.which
|
||||
pkgs.libcxxabi
|
||||
]
|
||||
++ lib.optional (config.steam.java or false) pkgs.jdk
|
||||
++ lib.optional (config.steam.primus or false) pkgs.primus
|
||||
@ -46,8 +45,6 @@ buildFHSUserEnv {
|
||||
pkgs.xorg.libXScrnSaver
|
||||
pkgs.xorg.libXtst
|
||||
pkgs.xorg.libXxf86vm
|
||||
|
||||
pkgs.libcxxabi
|
||||
|
||||
pkgs.ffmpeg
|
||||
pkgs.libpng12
|
||||
@ -77,8 +74,6 @@ buildFHSUserEnv {
|
||||
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
|
||||
# An ugly fix to get Sid Meier's Civilization V to launch.
|
||||
export LD_PRELOAD=/lib32/libc++abi.so:/lib64/libc++abi.so:$LD_PRELOAD
|
||||
'';
|
||||
|
||||
runScript = "steam";
|
||||
|
Loading…
Reference in New Issue
Block a user