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];
|
buildInputs = [glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-fpermissive"; # fix build with newer gcc versions
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.google.com/p/gource/";
|
homepage = "http://code.google.com/p/gource/";
|
||||||
description = "software version control visualization tool";
|
description = "software version control visualization tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user