steam.buildRuntimeEnv: plumb privateTmp

K900 cb55cd08 791ee7f0

+6 -1
+3 -1
pkgs/by-name/he/heroic/package.nix
··· 5 extraLibraries ? pkgs: [ ], 6 }: 7 8 - (steam.override { privateTmp = false; }).buildRuntimeEnv { 9 pname = "heroic"; 10 inherit (heroic-unwrapped) version meta; 11 ··· 19 ln -s ${heroic-unwrapped}/share/applications $out/share 20 ln -s ${heroic-unwrapped}/share/icons $out/share 21 ''; 22 }
··· 5 extraLibraries ? pkgs: [ ], 6 }: 7 8 + steam.buildRuntimeEnv { 9 pname = "heroic"; 10 inherit (heroic-unwrapped) version meta; 11 ··· 19 ln -s ${heroic-unwrapped}/share/applications $out/share 20 ln -s ${heroic-unwrapped}/share/icons $out/share 21 ''; 22 + 23 + privateTmp = false; 24 }
+3
pkgs/by-name/st/steam/package.nix
··· 21 extraPreBwrapCmds ? "", 22 extraBwrapArgs ? [ ], 23 extraEnv ? { }, 24 ... 25 }@args: 26 buildFHSEnv ( ··· 150 extraPreBwrapCmds 151 extraBwrapArgs 152 extraEnv 153 ; 154 155 runScript = writeShellScript "steam-wrapped" '' ··· 175 extraPreBwrapCmds 176 extraBwrapArgs 177 extraEnv 178 ; 179 180 runScript = writeShellScript "steam-run" ''
··· 21 extraPreBwrapCmds ? "", 22 extraBwrapArgs ? [ ], 23 extraEnv ? { }, 24 + privateTmp ? true, 25 ... 26 }@args: 27 buildFHSEnv ( ··· 151 extraPreBwrapCmds 152 extraBwrapArgs 153 extraEnv 154 + privateTmp 155 ; 156 157 runScript = writeShellScript "steam-wrapped" '' ··· 177 extraPreBwrapCmds 178 extraBwrapArgs 179 extraEnv 180 + privateTmp 181 ; 182 183 runScript = writeShellScript "steam-run" ''