worldofgoo: don't strip debug symbols

The program fails to launch without this.

+2
+2
pkgs/by-name/wo/worldofgoo/package.nix
··· 73 73 patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath $libPath $out/bin/WorldOfGoo.bin.${arch} 74 74 ''; 75 75 76 + dontStrip = true; 77 + 76 78 meta = with lib; { 77 79 description = "Physics based puzzle game"; 78 80 longDescription = ''