protobuf: remove obsolete NIX_CFLAGS_COMPILE
This commit is contained in:
@@ -40,10 +40,6 @@ mkProtobufDerivation = buildProtobuf: stdenv: stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontDisableStatic = true;
|
dontDisableStatic = true;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = with stdenv.lib;
|
|
||||||
# gcc before 6 doesn't know this option
|
|
||||||
optionalString (hasPrefix "gcc-6" stdenv.cc.cc.name) "-Wno-error=misleading-indentation";
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Google's data interchange format";
|
description = "Google's data interchange format";
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|||||||
Reference in New Issue
Block a user