firefox: Disable parallel building

http://hydra.nixos.org/build/3348854
This commit is contained in:
Eelco Dolstra 2012-11-26 11:50:10 +01:00
parent a15fad323b
commit cc4aab2025
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ rec {
"--disable-javaxpcom"
] ++ commonConfigureFlags;
enableParallelBuilding = true;
enableParallelBuilding = false;
preConfigure =
''

View File

@ -2894,6 +2894,7 @@ let
xulrunner = pkgs.firefoxPkgs.xulrunner;
### DEVELOPMENT / MISC
avrgcclibc = callPackage ../development/misc/avr-gcc-with-avr-libc {};