heroic: disable privateTmp (#432098)

authored by K900 and committed by GitHub 42ec6658 c01f25e2

+5
+2
pkgs/by-name/he/heroic/package.nix
··· 19 ln -s ${heroic-unwrapped}/share/applications $out/share 20 ln -s ${heroic-unwrapped}/share/icons $out/share 21 ''; 22 }
··· 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" ''