Skip to content

Commit

Permalink
steam.chrootenv: Add Prison Architect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanloutre authored and Jon committed Mar 27, 2020
1 parent 8bd3cf2 commit 3a15a13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/games/steam/chrootenv.nix
Expand Up @@ -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;
Expand Down Expand Up @@ -152,8 +158,6 @@ in buildFHSUserEnv rec {
xorg.libXt
xorg.libXmu
xorg.libxcb
libGLU
libuuid
libogg
libvorbis
SDL
Expand Down

0 comments on commit 3a15a13

Please sign in to comment.