Skip to content

Commit

Permalink
webkitgtk: fix non-deterministic build failure
Browse files Browse the repository at this point in the history
The build sometimes fails, mostly when using a single core. This is a simple
stopgap, see upstream bug: https://bugs.webkit.org/show_bug.cgi?id=183788
  • Loading branch information
hedning committed Apr 3, 2018
1 parent 39424cf commit 5058529
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/webkitgtk/2.20.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ stdenv.mkDerivation rec {
patchShebangs .
'';

postConfigure = ''
# A stopgap for a non-deterministic build failure when using only one core
# Upstream bug: https://bugs.webkit.org/show_bug.cgi?id=183788#c4
ninja JavaScriptCoreForwardingHeaders WTFForwardingHeaders
'';

cmakeFlags = [
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=0"
Expand Down

0 comments on commit 5058529

Please sign in to comment.