From cb21683794269846ba76e66a9c3b1869ad4b817d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 21 Jan 2014 20:35:49 +0100 Subject: ghc: disable parallel building It sucks, I know, but GHC just doesn't compile reliably when built with some -j option. :-( We have build errors because of apparent race conditions all over the place on Hydra. This causes so much trouble for users that it's not worth keeping this option enabled, IMHO. --- pkgs/development/compilers/ghc/7.6.2.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/development/compilers/ghc/7.6.2.nix') diff --git a/pkgs/development/compilers/ghc/7.6.2.nix b/pkgs/development/compilers/ghc/7.6.2.nix index ac2810c62b26..45f877ffc7c9 100644 --- a/pkgs/development/compilers/ghc/7.6.2.nix +++ b/pkgs/development/compilers/ghc/7.6.2.nix @@ -12,7 +12,6 @@ stdenv.mkDerivation rec { buildInputs = [ ghc perl gmp ncurses ]; - enableParallelBuilding = true; buildMK = '' libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib" -- cgit 1.4.1