worldofgoo: don't strip debug symbols
The program fails to launch without this.
This commit is contained in:
parent
c161f61057
commit
dcc61ce6d8
@ -73,6 +73,8 @@ stdenv.mkDerivation rec {
|
||||
patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" --set-rpath $libPath $out/bin/WorldOfGoo.bin.${arch}
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Physics based puzzle game";
|
||||
longDescription = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user