protobuf3_0: fix build with gcc 6
This commit is contained in:
parent
b80291ab98
commit
a3a0e8fe64
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=misleading-indentation";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Google's data interchange format";
|
description = "Google's data interchange format";
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
Loading…
Reference in a new issue