umu-launcher: don't die with parent

Boo Legendary.
This commit is contained in:
K900 2025-07-27 09:13:03 +03:00
parent 51a41ce9a1
commit 3dcd2027b4

View File

@ -32,6 +32,11 @@ buildFHSEnv {
executableName = umu-launcher-unwrapped.meta.mainProgram;
runScript = lib.getExe umu-launcher-unwrapped;
# Legendary spawns UMU, doesn't wait for it to exit,
# and immediately exits itself. This makes it so we can't
# die with parent, because parent is already dead.
dieWithParent = false;
extraInstallCommands = ''
ln -s ${umu-launcher-unwrapped}/lib $out/lib
ln -s ${umu-launcher-unwrapped}/share $out/share