summaryrefslogtreecommitdiffstats
path: root/pkgs/games/eduke32/default.nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 19:36:06 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-06-17 22:21:32 +0200
commit98b2d7b727491f18e2f3e0bba17611e95e6e8016 (patch)
tree9da18a1f37a9781e15d8ed1d0a56b7e598906d4a /pkgs/games/eduke32/default.nix
parentd4fc2b4d99122ba6592835aa84f659b22aeea433 (diff)
Separate nativeBuildInputs where maintainers |= nckx
Diffstat (limited to 'pkgs/games/eduke32/default.nix')
-rw-r--r--pkgs/games/eduke32/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/games/eduke32/default.nix b/pkgs/games/eduke32/default.nix
index 46cd66d22af0..e0c5798d48d6 100644
--- a/pkgs/games/eduke32/default.nix
+++ b/pkgs/games/eduke32/default.nix
@@ -13,8 +13,9 @@ in stdenv.mkDerivation rec {
sha256 = "1nlq5jbglg00c1z1vsyl627fh0mqfxvk5qyxav5vzla2b4svik2v";
};
- buildInputs = [ flac gtk libvorbis libvpx mesa pkgconfig SDL2 SDL2_mixer ]
+ buildInputs = [ flac gtk libvorbis libvpx mesa SDL2 SDL2_mixer ]
++ stdenv.lib.optional (stdenv.system == "i686-linux") nasm;
+ nativeBuildInputs = [ pkgconfig ];
postPatch = ''
substituteInPlace build/src/glbuild.c \