ghc-7.6.3: disable parallel building (fails on Hydra)

This commit is contained in:
Vladimír Čunát 2014-01-17 21:56:11 +01:00
parent 48f87d5d2a
commit 2848336491

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ ghc perl gmp ncurses ];
enableParallelBuilding = true;
enableParallelBuilding = false; # the same errors as 7.6.1
buildMK = ''
libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib"