protobuf3_0: fix build with gcc 6

wip/yesman
Robin Gloster 7 years ago
parent e28c3a4d42
commit 26d24cf111
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
  1. 2
      pkgs/development/libraries/protobuf/generic-v3.nix

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

Loading…
Cancel
Save