protobuf: remove obsolete NIX_CFLAGS_COMPILE

This commit is contained in:
Ben Wolsieffer 2019-06-22 16:57:08 -04:00 committed by Jörg Thalheim
parent 9702cd1acf
commit b14c3eb913
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -40,10 +40,6 @@ mkProtobufDerivation = buildProtobuf: stdenv: stdenv.mkDerivation rec {
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 = {
description = "Google's data interchange format";
longDescription =