about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-05-04 16:28:39 +0200
committerGitHub <noreply@github.com>2023-05-04 16:28:39 +0200
commit5cafa3cf872941e7801d29d718c5751ff718662d (patch)
tree243590b274d195fbb22c533aced5084eca30e465 /pkgs/games/steam
parent41f15940db119baf4328442b1febe13b27cd92f6 (diff)
parentb4b7c759b63bb2e57b8f70b4b4879144fbffcc11 (diff)
downloadnixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar.gz
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar.bz2
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar.lz
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar.xz
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.tar.zst
nixlib-5cafa3cf872941e7801d29d718c5751ff718662d.zip
Merge pull request #226451 from Atemu/steam-deps-fixes
steam: fix some deps
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/fhsenv.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 4476b0c23c96..67057c388803 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -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