gource: support darwin
This commit is contained in:
parent
78af59354c
commit
520a9b2967
@ -19,8 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];
|
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-fpermissive " + # fix build with newer gcc versions
|
enableParallelBuilding = true;
|
||||||
"-std=c++11"; # fix build with glm >= 0.9.6.0
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://gource.io/;
|
homepage = http://gource.io/;
|
||||||
@ -36,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
Mercurial and Bazaar and SVN. Gource can also parse logs produced
|
Mercurial and Bazaar and SVN. Gource can also parse logs produced
|
||||||
by several third party tools for CVS repositories.
|
by several third party tools for CVS repositories.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user