mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
airstrike: link with libm explicitly
This commit is contained in:
parent
e7040637e5
commit
517f2d392e
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ makeWrapper SDL SDL_image ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lm"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
ls -l
|
||||
mkdir -p $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user