xmoto: fix build with gcc7

This commit is contained in:
Robin Gloster
2018-03-02 07:35:18 +01:00
parent 0fc2ddbc29
commit 2f018bb353

View File

@@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
buildInputs = [
chipmunk sqlite curl zlib bzip2 libjpeg libpng
freeglut mesa SDL SDL_mixer SDL_image SDL_net SDL_ttf
freeglut mesa SDL SDL_mixer SDL_image SDL_net SDL_ttf
lua5 ode libxdg_basedir libxml2
];
CXXFLAGS = [ "-fpermissive" ];
meta = with stdenv.lib; {
description = "Obstacled race game";
homepage = http://xmoto.tuxfamily.org;