heroic: keep IPC namespace
This commit is contained in:
parent
1e42f77bd5
commit
b0e5c80cd6
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ buildFHSEnv {
|
|||
# Many Wine and native games need 32-bit libraries.
|
||||
multiArch = true;
|
||||
|
||||
# required by Electron
|
||||
unshareIpc = false;
|
||||
|
||||
targetPkgs = pkgs: with pkgs; [
|
||||
heroic-unwrapped
|
||||
gamemode
|
||||
|
|
Loading…
Reference in a new issue