about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-02-22 08:45:01 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-03 16:57:16 -0800
commitb685f44ef2adbcc4b4330e22e427c03bdb03ef72 (patch)
tree3ce22bd9199a9db2dcd49a73a986d1623478eb6c /pkgs/games
parenta4d921be21135b13ce6c775d08d4bf6f5df37528 (diff)
downloadnixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar.gz
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar.bz2
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar.lz
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar.xz
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.tar.zst
nixlib-b685f44ef2adbcc4b4330e22e427c03bdb03ef72.zip
steam-run: inherit extraInstallCommands
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/steam/fhsenv.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/steam/fhsenv.nix b/pkgs/games/steam/fhsenv.nix
index e54e87bf48b8..bd0abf48bb53 100644
--- a/pkgs/games/steam/fhsenv.nix
+++ b/pkgs/games/steam/fhsenv.nix
@@ -274,7 +274,7 @@ in buildFHSUserEnv rec {
     name = "steam-run";
 
     targetPkgs = commonTargetPkgs;
-    inherit multiPkgs extraBuildCommands profile;
+    inherit multiPkgs extraBuildCommands profile extraInstallCommands;
 
     inherit unshareIpc unsharePid;