about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-02-16 15:49:51 -0800
committerJon <jonringer@users.noreply.github.com>2020-02-20 15:20:43 -0800
commit9cd683ccc0b31d5ea06373b2f2e3b728a5167d83 (patch)
treedbc2deedc6a5abda51ff4575219d8a53374cbadf /pkgs
parentbbf34acab704afff24e6f1faaa9dc0b41c0bd4e2 (diff)
steamPackages.chrootenv: add file command
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.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/steam/chrootenv.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix
index 8832f3bbc1847..d7a9621042992 100644
--- a/pkgs/games/steam/chrootenv.nix
+++ b/pkgs/games/steam/chrootenv.nix
@@ -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;