boringssl: fix build

(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
wip/yesman
Domen Kožar 10 years ago committed by Vladimír Čunát
parent 4a3510ae2b
commit 01a91a2831
  1. 1
      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

Loading…
Cancel
Save