From b9b5942e2b1e3c9e81119eb748764afa7c934810 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 8 Nov 2017 06:48:57 +0100 Subject: [PATCH] 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 --- pkgs/games/uqm/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/games/uqm/default.nix b/pkgs/games/uqm/default.nix index 1a2afa29f8f1..d8dcdf6b7b60 100644 --- a/pkgs/games/uqm/default.nix +++ b/pkgs/games/uqm/default.nix @@ -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 ];