forked from mirrors/nixpkgs
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:
parent
7603da33de
commit
b9b5942e2b
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue