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