Skip to content

Commit

Permalink
steam-chrootenv: add lsof
Browse files Browse the repository at this point in the history
This adds support for "Launch Game" through the friends menu
  • Loading branch information
jonringer authored and bjornfor committed Feb 15, 2020
1 parent 6c63107 commit 4ca08a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/games/steam/chrootenv.nix
Expand Up @@ -97,6 +97,9 @@ in buildFHSUserEnv rec {
gdk-pixbuf
pango
fontconfig

# friends options won't display "Launch Game" without it
lsof
] ++ (if (!nativeOnly) then [
(steamPackages.steam-runtime-wrapped.override {
inherit runtimeOnly;
Expand Down

0 comments on commit 4ca08a2

Please sign in to comment.