summary refs log tree commit diff
path: root/pkgs/development/libraries/boringssl
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-12-09 12:32:08 +0100
committerVladimír Čunát <vcunat@gmail.com>2014-12-10 14:05:50 +0100
commit01a91a28316a535e8a12392e706ca3a858321f05 (patch)
tree9949943c2a67e5e36e09796e5d3904f35247958b /pkgs/development/libraries/boringssl
parent4a3510ae2b9e5c3ffd85698c82f92c4696855226 (diff)
downloadnixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar.gz
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar.bz2
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar.lz
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar.xz
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.tar.zst
nixpkgs-01a91a28316a535e8a12392e706ca3a858321f05.zip
boringssl: fix build
(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
Diffstat (limited to 'pkgs/development/libraries/boringssl')
-rw-r--r--pkgs/development/libraries/boringssl/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/boringssl/default.nix b/pkgs/development/libraries/boringssl/default.nix
index a4ea804b776..b2500d1f49b 100644
--- a/pkgs/development/libraries/boringssl/default.nix
+++ b/pkgs/development/libraries/boringssl/default.nix
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ cmake perl ];
   enableParallelBuilding = true;
+  NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
 
   installPhase = ''
     mkdir -p $out/bin $out/include $out/lib