Merge pull request #226451 from Atemu/steam-deps-fixes
steam: fix some deps
This commit is contained in:
commit
5cafa3cf87
@ -29,6 +29,9 @@ let
|
|||||||
procps
|
procps
|
||||||
usbutils
|
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
|
# electron based launchers need newer versions of these libraries than what runtime provides
|
||||||
mesa
|
mesa
|
||||||
sqlite
|
sqlite
|
||||||
@ -131,6 +134,9 @@ in buildFHSEnv rec {
|
|||||||
tbb
|
tbb
|
||||||
zlib
|
zlib
|
||||||
|
|
||||||
|
# SteamVR
|
||||||
|
udev
|
||||||
|
|
||||||
# Other things from runtime
|
# Other things from runtime
|
||||||
glib
|
glib
|
||||||
gtk2
|
gtk2
|
||||||
@ -177,7 +183,6 @@ in buildFHSEnv rec {
|
|||||||
xorg.xkeyboardconfig
|
xorg.xkeyboardconfig
|
||||||
xorg.libpciaccess
|
xorg.libpciaccess
|
||||||
xorg.libXScrnSaver # Dead Cells
|
xorg.libXScrnSaver # Dead Cells
|
||||||
udev # Shadow of the Tomb Raider
|
|
||||||
icu # dotnet runtime, e.g. Stardew Valley
|
icu # dotnet runtime, e.g. Stardew Valley
|
||||||
|
|
||||||
# screeps dependencies
|
# screeps dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user