worldofgoo: don't strip debug symbols

The program fails to launch without this.
This commit is contained in:
Bartosz Wojno 2024-12-25 04:06:52 +01:00
parent c161f61057
commit dcc61ce6d8

View File

@ -73,6 +73,8 @@ stdenv.mkDerivation rec {
patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath $libPath $out/bin/WorldOfGoo.bin.${arch} patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath $libPath $out/bin/WorldOfGoo.bin.${arch}
''; '';
dontStrip = true;
meta = with lib; { meta = with lib; {
description = "Physics based puzzle game"; description = "Physics based puzzle game";
longDescription = '' longDescription = ''