logstalgia: fix build with new glm version
This commit is contained in:
parent
5e04917e65
commit
00444ab724
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
|
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
|
||||||
glm ];
|
glm ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-std=c++11"; # fix build with glm >= 0.9.6.0
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://code.google.com/p/logstalgia;
|
homepage = http://code.google.com/p/logstalgia;
|
||||||
description = "Website traffic visualization tool";
|
description = "Website traffic visualization tool";
|
||||||
|
Loading…
Reference in New Issue
Block a user