summaryrefslogtreecommitdiffstats
path: root/pkgs/games/airstrike
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-07 16:17:39 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-19 20:09:16 +0700
commite03c068af5c9ca950214cd6c3b5cfe67f595da88 (patch)
tree3a2072763efa4dae7237eeecf46fc6a95ddcd215 /pkgs/games/airstrike
parent06c2bba257d77f2aeada7f943244d9afd5998645 (diff)
treewide: makeWrapper buildInputs to nativeBuildInputs
Diffstat (limited to 'pkgs/games/airstrike')
-rw-r--r--pkgs/games/airstrike/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/airstrike/default.nix b/pkgs/games/airstrike/default.nix
index f45ac2f01532..12b485764a5b 100644
--- a/pkgs/games/airstrike/default.nix
+++ b/pkgs/games/airstrike/default.nix
@@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1h6rv2zcp84ycmd0kv1pbpqjgwx57dw42x7878d2c2vnpi5jn8qi";
};
- buildInputs = [ makeWrapper SDL SDL_image ];
+ nativeBuildInputs = [ makeWrapper ];
+ buildInputs = [ SDL SDL_image ];
NIX_LDFLAGS = "-lm";