gnujump: link with libm explicitly
This commit is contained in:
parent
77b88afa30
commit
3b49822b3d
@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
buildInputs = [ SDL SDL_image SDL_mixer ];
|
buildInputs = [ SDL SDL_image SDL_mixer ];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lm"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://jump.gnu.sinusoid.es/";
|
homepage = "https://jump.gnu.sinusoid.es/";
|
||||||
description = "A clone of the simple yet addictive game Xjump";
|
description = "A clone of the simple yet addictive game Xjump";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user