thunderbird: Disable parallel building
Seems to cause random build failures. http://hydra.nixos.org/build/5956789
This commit is contained in:
parent
27a810346a
commit
117b0034c2
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
sha1 = "4bcbb33f0b3ea050e805723680b5669d80438812";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true;
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig perl python zip unzip bzip2 gtk dbus_glib alsaLib libIDL nspr
|
||||
|
Loading…
Reference in New Issue
Block a user