From d4f1587da54f1d239752c2d46191eccf71a56853 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sat, 17 Feb 2018 09:42:24 +0100 Subject: qt5*.qtwebkit: disable a warning to fit log on Hydra Before > 64 MiB, now ~25 MiB. --- pkgs/development/libraries/qt-5/modules/qtwebkit.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/qt-5') diff --git a/pkgs/development/libraries/qt-5/modules/qtwebkit.nix b/pkgs/development/libraries/qt-5/modules/qtwebkit.nix index 4dce9c4e22e5..6834b7ce87b6 100644 --- a/pkgs/development/libraries/qt-5/modules/qtwebkit.nix +++ b/pkgs/development/libraries/qt-5/modules/qtwebkit.nix @@ -31,7 +31,8 @@ qtModule { ''; NIX_CFLAGS_COMPILE = - optionals flashplayerFix + [ "-Wno-expansion-to-defined" ] # with gcc7 this warning blows the log over Hydra's limit + ++ optionals flashplayerFix [ ''-DNIXPKGS_LIBGTK2="${getLib gtk2}/lib/libgtk-x11-2.0"'' ''-DNIXPKGS_LIBGDK2="${getLib gdk_pixbuf}/lib/libgdk-x11-2.0"'' -- cgit 1.4.1