From 9cd683ccc0b31d5ea06373b2f2e3b728a5167d83 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 16 Feb 2020 15:49:51 -0800 Subject: [PATCH] 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. --- pkgs/games/steam/chrootenv.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/games/steam/chrootenv.nix b/pkgs/games/steam/chrootenv.nix index 8832f3bbc18..d7a96210429 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;