Loading pkgs/games/steam/fhsenv.nix +4 −1 Original line number Diff line number Diff line Loading @@ -190,11 +190,14 @@ in buildFHSEnv rec { libvdpau # required by coreutils stuff to run correctly # Steam ends up with LD_LIBRARY_PATH=<bunch of runtime stuff>:/usr/lib:<etc> # Steam ends up with LD_LIBRARY_PATH=/usr/lib:<bunch of runtime stuff>:<etc> # which overrides DT_RUNPATH in our binaries, so it tries to dynload the # very old versions of stuff from the runtime. # FIXME: how do we even fix this correctly attr # same thing, but for Xwayland (usually via gamescope), already in the closure libkrb5 keyutils ] ++ lib.optionals withGameSpecificLibraries [ # Not formally in runtime but needed by some games at-spi2-atk Loading Loading
pkgs/games/steam/fhsenv.nix +4 −1 Original line number Diff line number Diff line Loading @@ -190,11 +190,14 @@ in buildFHSEnv rec { libvdpau # required by coreutils stuff to run correctly # Steam ends up with LD_LIBRARY_PATH=<bunch of runtime stuff>:/usr/lib:<etc> # Steam ends up with LD_LIBRARY_PATH=/usr/lib:<bunch of runtime stuff>:<etc> # which overrides DT_RUNPATH in our binaries, so it tries to dynload the # very old versions of stuff from the runtime. # FIXME: how do we even fix this correctly attr # same thing, but for Xwayland (usually via gamescope), already in the closure libkrb5 keyutils ] ++ lib.optionals withGameSpecificLibraries [ # Not formally in runtime but needed by some games at-spi2-atk Loading