protobuf: remove obsolete NIX_CFLAGS_COMPILE
This commit is contained in:
parent
9702cd1acf
commit
b14c3eb913
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user