protobuf: remove obsolete NIX_CFLAGS_COMPILE

wip/yesman
Ben Wolsieffer 5 years ago committed by Jörg Thalheim
parent 9702cd1acf
commit b14c3eb913
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
  1. 4
      pkgs/development/libraries/protobuf/generic-v3.nix

@ -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 =

Loading…
Cancel
Save