Unverified Commit 42ec6658 authored by K900's avatar K900 Committed by GitHub
Browse files

heroic: disable privateTmp (#432098)

parents c01f25e2 cb55cd08
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,4 +19,6 @@ steam.buildRuntimeEnv {
    ln -s ${heroic-unwrapped}/share/applications $out/share
    ln -s ${heroic-unwrapped}/share/icons $out/share
  '';

  privateTmp = false;
}
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ let
      extraPreBwrapCmds ? "",
      extraBwrapArgs ? [ ],
      extraEnv ? { },
      privateTmp ? true,
      ...
    }@args:
    buildFHSEnv (
@@ -150,6 +151,7 @@ buildRuntimeEnv {
    extraPreBwrapCmds
    extraBwrapArgs
    extraEnv
    privateTmp
    ;

  runScript = writeShellScript "steam-wrapped" ''
@@ -175,6 +177,7 @@ buildRuntimeEnv {
            extraPreBwrapCmds
            extraBwrapArgs
            extraEnv
            privateTmp
            ;

          runScript = writeShellScript "steam-run" ''