Skip to content

Commit

Permalink
xmoto: fix build with gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 2, 2018
1 parent 0fc2ddb commit 2f018bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/games/xmoto/default.nix
Expand Up @@ -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;
Expand Down

0 comments on commit 2f018bb

Please sign in to comment.