boringssl: export GOCACHE in the makeFlags

This commit is contained in:
Wael M. Nasreddine 2019-03-10 14:04:46 -07:00
parent f10522dab0
commit b39fc3a0bc
No known key found for this signature in database
GPG Key ID: FD437548E0BF0F5F

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-Wno-error";
GOCACHE="$TMPDIR/go-cache";
makeFlags = [ "GOCACHE=$(TMPDIR)/go-cache" ];
installPhase = ''
mkdir -p $out/bin $out/include $out/lib