From 4592a6d7445d7840d6114761037413349420671a Mon Sep 17 00:00:00 2001 From: Aristid Breitkreuz Date: Sun, 10 Sep 2017 12:35:39 +0200 Subject: [PATCH] v8: fix 5.4 build --- pkgs/development/libraries/v8/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/v8/default.nix b/pkgs/development/libraries/v8/default.nix index 00fb037168ea..c2cd5a015168 100644 --- a/pkgs/development/libraries/v8/default.nix +++ b/pkgs/development/libraries/v8/default.nix @@ -161,7 +161,7 @@ stdenv.mkDerivation rec { buildInputs = [ readline python icu patchelf ] ++ 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 = [ "LINK=c++"