xulrunner: disable parallel builds (until fixed)
cf. https://github.com/NixOS/nixpkgs/pull/1699#issuecomment-35196282
This commit is contained in:
parent
0b5d523b84
commit
efa7adcca1
@ -82,7 +82,7 @@ rec {
|
||||
"--disable-javaxpcom"
|
||||
] ++ commonConfigureFlags;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # cf. https://github.com/NixOS/nixpkgs/pull/1699#issuecomment-35196282
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user