gource: fix build with newer gcc versions (-fpermissive)
This commit is contained in:
parent
552143224a
commit
3dd298060a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue