From b685f44ef2adbcc4b4330e22e427c03bdb03ef72 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Tue, 22 Feb 2022 08:45:01 -0800 Subject: [PATCH] steam-run: inherit extraInstallCommands --- pkgs/games/steam/fhsenv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;