ragel: fix build with gcc 6

This commit is contained in:
Robin Gloster 2017-01-17 04:58:14 +01:00
parent 48dce4ad7b
commit 3756edb109
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -20,6 +20,8 @@ let
configureFlags = [ "--with-colm=${colm}" ];
NIX_CFLAGS_COMPILE = "-std=gnu++98";
doCheck = true;
meta = with stdenv.lib; {