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

Before > 64 MiB, now ~25 MiB.
This commit is contained in:
Vladimír Čunát 2018-02-17 09:42:24 +01:00
parent b1916b45a3
commit d4f1587da5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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"''