xmoto: fix build with gcc7
This commit is contained in:
parent
0fc2ddbc29
commit
2f018bb353
@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
chipmunk sqlite curl zlib bzip2 libjpeg libpng
|
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
|
lua5 ode libxdg_basedir libxml2
|
||||||
];
|
];
|
||||||
|
|
||||||
|
CXXFLAGS = [ "-fpermissive" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Obstacled race game";
|
description = "Obstacled race game";
|
||||||
homepage = http://xmoto.tuxfamily.org;
|
homepage = http://xmoto.tuxfamily.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user