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"
|
"--disable-javaxpcom"
|
||||||
] ++ commonConfigureFlags;
|
] ++ commonConfigureFlags;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
preConfigure =
|
preConfigure =
|
||||||
''
|
''
|
||||||
|
@ -2894,6 +2894,7 @@ let
|
|||||||
|
|
||||||
xulrunner = pkgs.firefoxPkgs.xulrunner;
|
xulrunner = pkgs.firefoxPkgs.xulrunner;
|
||||||
|
|
||||||
|
|
||||||
### DEVELOPMENT / MISC
|
### DEVELOPMENT / MISC
|
||||||
|
|
||||||
avrgcclibc = callPackage ../development/misc/avr-gcc-with-avr-libc {};
|
avrgcclibc = callPackage ../development/misc/avr-gcc-with-avr-libc {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user