ragel: fix build with gcc 6
This commit is contained in:
parent
c273823585
commit
1751568e9f
|
@ -20,6 +20,8 @@ let
|
||||||
|
|
||||||
configureFlags = [ "--with-colm=${colm}" ];
|
configureFlags = [ "--with-colm=${colm}" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-std=gnu++98";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in New Issue