webkitgtk-2.4: disable parallel building to fix race conditions

http://hydra.cryp.to/build/888422/nixlog/9/raw
This commit is contained in:
Peter Simons 2015-05-25 14:05:07 +02:00
parent 1b66d9318b
commit 38bf7f94d0

View File

@ -59,8 +59,7 @@ stdenv.mkDerivation rec {
(if withGtk2 then gtk2 else gtk3)
];
# Probably OK now, see:
# https://bugs.webkit.org/show_bug.cgi?id=79498
enableParallelBuilding = true;
}
# Still fails with transient errors in version 2.4.9.
enableParallelBuilding = false;
}