tidal-hifi: use --no-sandbox flag wrapper
This commit is contained in:
@@ -39,7 +39,14 @@
|
||||
gnomeExtensions.appindicator
|
||||
nvtopPackages.nvidia
|
||||
lutris
|
||||
tidal-hifi
|
||||
(symlinkJoin {
|
||||
name = "tidal-hifi-wrapped";
|
||||
paths = [ tidal-hifi ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/tidal-hifi --add-flags "--no-sandbox"
|
||||
'';
|
||||
})
|
||||
];
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user