Skip to content

Commit

Permalink
qt5*.qtwebkit: disable a warning to fit log on Hydra
Browse files Browse the repository at this point in the history
Before > 64 MiB, now ~25 MiB.
  • Loading branch information
vcunat committed Feb 17, 2018
1 parent b1916b4 commit d4f1587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/qt-5/modules/qtwebkit.nix
Expand Up @@ -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"''
Expand Down

0 comments on commit d4f1587

Please sign in to comment.