thunderbird: Disable parallel building
It's broken just as in Firefox. http://hydra.nixos.org/build/3441371
This commit is contained in:
parent
1c3434cc16
commit
a2c2d8e28a
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
sha1 = "ccc5f2e155364948945abf6fd27bebeb4d797aa8";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
buildInputs =
|
||||
[ pkgconfig perl python zip unzip bzip2 gtk dbus_glib alsaLib libIDL nspr
|
||||
|
Loading…
Reference in New Issue
Block a user