boringssl: fix build
(cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
This commit is contained in:
parent
4a3510ae2b
commit
01a91a2831
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake perl ];
|
buildInputs = [ cmake perl ];
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=cpp";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/include $out/lib
|
mkdir -p $out/bin $out/include $out/lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user