mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
steam-run: inherit extraInstallCommands
This commit is contained in:
parent
a4d921be21
commit
b685f44ef2
@ -274,7 +274,7 @@ in buildFHSUserEnv rec {
|
||||
name = "steam-run";
|
||||
|
||||
targetPkgs = commonTargetPkgs;
|
||||
inherit multiPkgs extraBuildCommands profile;
|
||||
inherit multiPkgs extraBuildCommands profile extraInstallCommands;
|
||||
|
||||
inherit unshareIpc unsharePid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user