diff --git a/pkgs/development/compilers/ghc/7.6.2.nix b/pkgs/development/compilers/ghc/7.6.2.nix index a62f2468a61..e10dcf08b77 100644 --- a/pkgs/development/compilers/ghc/7.6.2.nix +++ b/pkgs/development/compilers/ghc/7.6.2.nix @@ -12,19 +12,6 @@ stdenv.mkDerivation rec { buildInputs = [ ghc perl gmp ncurses ]; - # The comments below applied to GHC 7.6.1, left for if somebody experiences - # similar problems. If so, I argue we should selectively disable parallel - # building JUST for that platform. ~aristidb - # - ## My attempts to compile GHC with parallel build support enabled, failed - ## 4 consecutive times with the following error: - ## - ## building rts/dist/build/AutoApply.debug_o - ## building rts/dist/build/AutoApply.thr_o - ## rts_dist_HC rts/dist/build/AutoApply.debug_o - ## /nix/store/1iigiim5855m8j7pmwf5xrnpf705s4dh-binutils-2.21.1a/bin/ld: cannot find libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers_o_split/gmp-wrappers__1.o - ## collect2: ld returned 1 exit status - ## make[1]: *** [libraries/integer-gmp/dist-install/build/cbits/gmp-wrappers.p_o] Error 1 enableParallelBuilding = true; buildMK = ''