ragel: fix build with gcc 6
This commit is contained in:
parent
48dce4ad7b
commit
3756edb109
@ -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…
x
Reference in New Issue
Block a user