webkitgtk-2.4: disable parallel building to fix race conditions
http://hydra.cryp.to/build/888422/nixlog/9/raw
This commit is contained in:
parent
1b66d9318b
commit
38bf7f94d0
@ -59,8 +59,7 @@ stdenv.mkDerivation rec {
|
|||||||
(if withGtk2 then gtk2 else gtk3)
|
(if withGtk2 then gtk2 else gtk3)
|
||||||
];
|
];
|
||||||
|
|
||||||
# Probably OK now, see:
|
# Still fails with transient errors in version 2.4.9.
|
||||||
# https://bugs.webkit.org/show_bug.cgi?id=79498
|
enableParallelBuilding = false;
|
||||||
enableParallelBuilding = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user