xmoto: fix build with gcc7

This commit is contained in:
Robin Gloster
2018-03-02 07:35:18 +01:00
parent 0fc2ddbc29
commit 2f018bb353
+2
View File
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
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;