gource: fix build with newer gcc versions (-fpermissive)

This commit is contained in:
Vladimír Čunát 2014-01-05 11:22:04 +01:00
parent 552143224a
commit 3dd298060a

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation {
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
meta = {
homepage = "http://code.google.com/p/gource/";
description = "software version control visualization tool";