forked from mirrors/nixpkgs
v8: fix 5.4 build
This commit is contained in:
parent
bcd382f032
commit
4592a6d744
|
@ -161,7 +161,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [ readline python icu patchelf ]
|
buildInputs = [ readline python icu patchelf ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ cctools ];
|
++ stdenv.lib.optionals stdenv.isDarwin [ cctools ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow";
|
NIX_CFLAGS_COMPILE = "-Wno-error=strict-overflow -Wno-error=unused-function -Wno-error=attributes";
|
||||||
|
|
||||||
buildFlags = [
|
buildFlags = [
|
||||||
"LINK=c++"
|
"LINK=c++"
|
||||||
|
|
Loading…
Reference in a new issue