summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2019-07-14 21:19:09 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2019-08-12 02:52:51 +0200
commitff79e9dad2f469896619dc99c892621e77e4aab1 (patch)
treebd7fbf216b032953fd1e59c35e1ca6fece535ea5 /pkgs/games/steam
parent9acdab85e2e673229aec88a84023b74a3e2114a2 (diff)
downloadnixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar.gz
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar.bz2
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar.lz
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar.xz
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.tar.zst
nixpkgs-ff79e9dad2f469896619dc99c892621e77e4aab1.zip
steam: fix for screeps
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/chrootenv.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index 4a5cf4ba3bb..5c73e458c1a 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -83,6 +83,17 @@ in buildFHSUserEnv rec {
     mono
     xorg.xkeyboardconfig
     xorg.libpciaccess
+    ## screeps dependencies
+    gnome3.gtk
+    dbus
+    zlib
+    glib
+    atk
+    cairo
+    freetype
+    gdk_pixbuf
+    pango
+    fontconfig
   ] ++ (if (!nativeOnly) then [
     (steamPackages.steam-runtime-wrapped.override {
       inherit runtimeOnly;