Skip to content

Commit

Permalink
steamPackages.chrootenv: add file command
Browse files Browse the repository at this point in the history
Noticed that the setup.sh for steam was trying to call the file command.
I'm not sure what the ramifications are for these missing,
but some steam features are quietly disabled when they
don't follow happy paths.
  • Loading branch information
jonringer committed Feb 20, 2020
1 parent bbf34ac commit 9cd683c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/games/steam/chrootenv.nix
Expand Up @@ -100,6 +100,9 @@ in buildFHSUserEnv rec {

# friends options won't display "Launch Game" without it
lsof

# called by steam's setup.sh
file
] ++ (if (!nativeOnly) then [
(steamPackages.steam-runtime-wrapped.override {
inherit runtimeOnly;
Expand Down

0 comments on commit 9cd683c

Please sign in to comment.