boringssl: fix darwin build

Add -Wno-error to make clang happy. Seems impossible to keep both gcc and clang happy.
wip/yesman
Matthew Bauer 8 years ago
parent fa4b1ee68a
commit 58eb27f5ed
  1. 2
      pkgs/development/libraries/boringssl/default.nix

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake perl go ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
NIX_CFLAGS_COMPILE = "-Wno-error";
installPhase = ''
mkdir -p $out/bin $out/include $out/lib

Loading…
Cancel
Save