lol

qt5*.qtwebkit: disable a warning to fit log on Hydra

Before > 64 MiB, now ~25 MiB.

+2 -1
+2 -1
pkgs/development/libraries/qt-5/modules/qtwebkit.nix
··· 31 31 ''; 32 32 33 33 NIX_CFLAGS_COMPILE = 34 - optionals flashplayerFix 34 + [ "-Wno-expansion-to-defined" ] # with gcc7 this warning blows the log over Hydra's limit 35 + ++ optionals flashplayerFix 35 36 [ 36 37 ''-DNIXPKGS_LIBGTK2="${getLib gtk2}/lib/libgtk-x11-2.0"'' 37 38 ''-DNIXPKGS_LIBGDK2="${getLib gdk_pixbuf}/lib/libgdk-x11-2.0"''