Skip to content

Commit

Permalink
Merge pull request #313697 from K900/steam-gamescope
Browse files Browse the repository at this point in the history
steam: fix comment, add gamescope/xwayland dependencies
  • Loading branch information
K900 committed May 22, 2024
2 parents a99f309 + c75cffb commit 5eb651d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/games/steam/fhsenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eb651d

Please sign in to comment.