summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/7.4.2.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-14 09:37:45 +0100
committerPeter Simons <simons@cryp.to>2015-02-14 19:41:49 +0100
commit155e92627441d1a98f85e57c9184b1175c30730f (patch)
tree005391c4cadc7ff707084e35d7ef2ee828a02dc7 /pkgs/development/compilers/ghc/7.4.2.nix
parent2dc70592301cea071a57588eb5f03cde2afab352 (diff)
downloadnixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar.gz
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar.bz2
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar.lz
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar.xz
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.tar.zst
nixlib-155e92627441d1a98f85e57c9184b1175c30730f.zip
ghc: disable parallel building for older versions again
This change accidentally crept in with the recent Darwin changes.
Diffstat (limited to 'pkgs/development/compilers/ghc/7.4.2.nix')
-rw-r--r--pkgs/development/compilers/ghc/7.4.2.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/7.4.2.nix b/pkgs/development/compilers/ghc/7.4.2.nix
index 67ac4db097bc..4e4a5f6024ea 100644
--- a/pkgs/development/compilers/ghc/7.4.2.nix
+++ b/pkgs/development/compilers/ghc/7.4.2.nix
@@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ ghc perl gmp ncurses ];
 
-  enableParallelBuilding = true;
-
   buildMK = ''
     libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib"
     libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-includes="${gmp}/include"