hhvm: disable parallel building

/cc #14151.
http://hydra.nixos.org/build/33846692/nixlog/1/tail
This commit is contained in:
Vladimír Čunát 2016-03-30 22:17:59 +02:00
parent 207549ec9d
commit 254e2cc982

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
gmp libyaml libedit libvpx imagemagick fribidi gperf
];
enableParallelBuilding = true;
enableParallelBuilding = false; # occasional build problems;
dontUseCmakeBuildDir = true;
NIX_LDFLAGS = "-lpam -L${pam}/lib";
MYSQL_INCLUDE_DIR="${mariadb}/include/mysql";