about summary refs log tree commit diff
path: root/pkgs/games/stuntrally/default.nix
diff options
context:
space:
mode:
authorSamuel Leathers <sam@appliedtrust.com>2017-09-05 08:47:21 -0400
committerSamuel Leathers <sam@appliedtrust.com>2017-09-05 10:29:51 -0400
commit2134b928ec5272088423f9f76a9185ece024e833 (patch)
treedca22f851a42ef60995be1ab486b3f0d22a6d567 /pkgs/games/stuntrally/default.nix
parent97935829f6d271ab5cc91a299146cb6a1d903cc4 (diff)
stunt rally: fixing build with gcc6
Diffstat (limited to 'pkgs/games/stuntrally/default.nix')
-rw-r--r--pkgs/games/stuntrally/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/games/stuntrally/default.nix b/pkgs/games/stuntrally/default.nix
index 24e54c7b13a29..70601200a2480 100644
--- a/pkgs/games/stuntrally/default.nix
+++ b/pkgs/games/stuntrally/default.nix
@@ -26,6 +26,10 @@ stdenv.mkDerivation rec {
     popd
   '';
 
+  patches = [
+    ./gcc6.patch
+  ];
+
   buildInputs = [ cmake boost ogre mygui ois SDL2 libvorbis pkgconfig 
     makeWrapper enet libXcursor bullet openal
   ];