fix(loop): keep only --ozone-platform=x11, remove --no-sandbox
Some checks failed
CI / check (push) Has been cancelled

User confirmed that --no-sandbox is unnecessary and that the app
crashes without --ozone-platform=x11. Keep the minimal working
wrapper flags.
This commit is contained in:
2026-05-29 20:24:49 +03:00
parent bede48c22e
commit cf676f951c

View File

@@ -131,7 +131,7 @@ EOF
wrapProgram $out/bin/loop \
--prefix PATH : ${glib.bin}/bin \
--prefix LD_LIBRARY_PATH : $out/share/loop \
--add-flags "--no-sandbox"
--add-flags "--ozone-platform=x11"
'';
passthru = {