about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2020-03-09 21:46:04 +0100
committerJon <jonringer@users.noreply.github.com>2020-03-27 13:31:52 -0700
commit3a15a13354f83d1d1247b285da99e71e6b69ddac (patch)
tree9fdb0eaaeb1666ccc9a866f8be198361ae5840db /pkgs/games
parent8bd3cf22c2b7f42c4e30b81c5d9c7dcc57d43b92 (diff)
downloadnixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.gz
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.bz2
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.lz
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.xz
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.zst
nixlib-3a15a13354f83d1d1247b285da99e71e6b69ddac.zip
steam.chrootenv: Add Prison Architect dependencies
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/chrootenv.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index cb85426c23b3..56e1a09f36e8 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -105,6 +105,12 @@ in buildFHSUserEnv rec {
 
     # called by steam's setup.sh
     file
+
+    # Prison Architect
+    libGLU
+    libuuid
+    libbsd
+    alsaLib
   ] ++ (if (!nativeOnly) then [
     (steamPackages.steam-runtime-wrapped.override {
       inherit runtimeOnly;
@@ -152,8 +158,6 @@ in buildFHSUserEnv rec {
     xorg.libXt
     xorg.libXmu
     xorg.libxcb
-    libGLU
-    libuuid
     libogg
     libvorbis
     SDL