about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorAtemu <atemu.main@gmail.com>2023-07-22 20:30:19 +0200
committerAtemu <atemu.main@gmail.com>2023-07-22 20:36:24 +0200
commit21856d71a4ea304d14259aac89696801d08638f2 (patch)
tree5e324f0d4e3dca950a6ffb40c928215375705cc7 /pkgs/games
parent5df4d78d54f7a34e9ea1f84a22b4fd9baebc68d0 (diff)
steam-small: add dbus
Required for SteamVR's steamwebhelper

Closure size 3723142072 -> 3724440544. Roughly +2MiB.

See https://github.com/ValveSoftware/steam-for-linux/issues/7058 for reference
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/fhsenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index 2487cc0ef7c03..bf27895c20f73 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -140,6 +140,7 @@ in buildFHSEnv rec {
 
     # SteamVR
     udev
+    dbus
 
     # Other things from runtime
     glib
@@ -199,7 +200,6 @@ in buildFHSEnv rec {
 
     # screeps dependencies
     gtk3
-    dbus
     zlib
     atk
     cairo