about summary refs log tree commit diff
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
parentbbf34acab704afff24e6f1faaa9dc0b41c0bd4e2 (diff)
downloadnixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar.gz
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar.bz2
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar.lz
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar.xz
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.tar.zst
nixlib-9cd683ccc0b31d5ea06373b2f2e3b728a5167d83.zip
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.
-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 8832f3bbc184..d7a962104299 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;