Merge pull request #226451 from Atemu/steam-deps-fixes
steam: fix some deps
This commit is contained in:
commit
5cafa3cf87
1 changed files with 6 additions and 1 deletions
|
@ -29,6 +29,9 @@ let
|
|||
procps
|
||||
usbutils
|
||||
|
||||
# It tries to execute xdg-user-dir and spams the log with command not founds
|
||||
xdg-user-dirs
|
||||
|
||||
# electron based launchers need newer versions of these libraries than what runtime provides
|
||||
mesa
|
||||
sqlite
|
||||
|
@ -131,6 +134,9 @@ in buildFHSEnv rec {
|
|||
tbb
|
||||
zlib
|
||||
|
||||
# SteamVR
|
||||
udev
|
||||
|
||||
# Other things from runtime
|
||||
glib
|
||||
gtk2
|
||||
|
@ -177,7 +183,6 @@ in buildFHSEnv rec {
|
|||
xorg.xkeyboardconfig
|
||||
xorg.libpciaccess
|
||||
xorg.libXScrnSaver # Dead Cells
|
||||
udev # Shadow of the Tomb Raider
|
||||
icu # dotnet runtime, e.g. Stardew Valley
|
||||
|
||||
# screeps dependencies
|
||||
|
|
Loading…
Reference in a new issue