firefox: Disable parallel building
http://hydra.nixos.org/build/3348854
This commit is contained in:
parent
a15fad323b
commit
cc4aab2025
@ -70,7 +70,7 @@ rec {
|
||||
"--disable-javaxpcom"
|
||||
] ++ commonConfigureFlags;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
enableParallelBuilding = false;
|
||||
|
||||
preConfigure =
|
||||
''
|
||||
|
@ -2894,6 +2894,7 @@ let
|
||||
|
||||
xulrunner = pkgs.firefoxPkgs.xulrunner;
|
||||
|
||||
|
||||
### DEVELOPMENT / MISC
|
||||
|
||||
avrgcclibc = callPackage ../development/misc/avr-gcc-with-avr-libc {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user