summary refs log tree commit diff
path: root/pkgs
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
parent8bd3cf22c2b7f42c4e30b81c5d9c7dcc57d43b92 (diff)
downloadnixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.gz
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.bz2
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.lz
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.xz
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.tar.zst
nixpkgs-3a15a13354f83d1d1247b285da99e71e6b69ddac.zip
steam.chrootenv: Add Prison Architect dependencies
Diffstat (limited to 'pkgs')
-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 cb85426c23b..56e1a09f36e 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