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