ghc-7.6.3: disable parallel building (fails on Hydra)
This commit is contained in:
parent
48f87d5d2a
commit
2848336491
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ghc perl gmp ncurses ];
|
buildInputs = [ ghc perl gmp ncurses ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false; # the same errors as 7.6.1
|
||||||
|
|
||||||
buildMK = ''
|
buildMK = ''
|
||||||
libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib"
|
libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-gmp-libraries="${gmp}/lib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user