programs: superTux: fix failing sandbox build

This commit is contained in:
Colin 2024-02-16 03:16:28 +00:00
parent 8c9c6ec979
commit 5e7f914354

View File

@ -497,7 +497,7 @@ in
sudo.sandbox.enable = false;
superTux.sandbox.method = "bwrap";
superTux.sandbox.wrapperType = "wrappedDerivation";
superTux.sandbox.wrapperType = "inplace"; # package Makefile incorrectly installs to $out/games/superTux instead of $out/share/games
superTux.sandbox.whitelistAudio = true;
superTux.sandbox.whitelistDri = true;
superTux.sandbox.whitelistWayland = true;