mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
protobuf3_0: fix build with gcc 6
This commit is contained in:
parent
b80291ab98
commit
a3a0e8fe64
@ -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…
Reference in New Issue
Block a user