From b14c3eb913ccc28d78eec0ae1ac2d0c1e75038b2 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 22 Jun 2019 16:57:08 -0400 Subject: protobuf: remove obsolete NIX_CFLAGS_COMPILE --- pkgs/development/libraries/protobuf/generic-v3.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkgs/development/libraries/protobuf') diff --git a/pkgs/development/libraries/protobuf/generic-v3.nix b/pkgs/development/libraries/protobuf/generic-v3.nix index 610efcfef29..a98521a2d1e 100644 --- a/pkgs/development/libraries/protobuf/generic-v3.nix +++ b/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 = -- cgit 1.4.1