protobuf3_0: fix build with gcc 6

This commit is contained in:
Robin Gloster 2017-01-18 00:11:59 +01:00
parent b80291ab98
commit a3a0e8fe64
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
doCheck = true;
NIX_CFLAGS_COMPILE = "-Wno-error=misleading-indentation";
meta = {
description = "Google's data interchange format";
longDescription =