uqm: Remove the -lgcc_s hack

This is no longer needed and I've verified this by building and running
the game.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2017-11-08 06:48:57 +01:00
parent 7603da33de
commit b9b5942e2b
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -50,11 +50,6 @@ in stdenv.mkDerivation rec {
sha256 = "10nbvcrr0lc0mxivxfkcbxnibwk3vwmamabrlvwdsjxd9pk8aw65";
};
/* uses pthread_cancel(), which requires libgcc_s.so.1 to be
loadable at run-time. Adding the flag below ensures that the
library can be found. Obviously, though, this is a hack. */
NIX_LDFLAGS = "-lgcc_s";
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ SDL SDL_image libpng libvorbis libogg libmikmod mesa ];