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.
|
# Many Wine and native games need 32-bit libraries.
|
||||||
multiArch = true;
|
multiArch = true;
|
||||||
|
|
||||||
|
# required by Electron
|
||||||
|
unshareIpc = false;
|
||||||
|
|
||||||
targetPkgs = pkgs: with pkgs; [
|
targetPkgs = pkgs: with pkgs; [
|
||||||
heroic-unwrapped
|
heroic-unwrapped
|
||||||
gamemode
|
gamemode
|
||||||
|
|
Loading…
Reference in a new issue