mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hhvm: disable parallel building
/cc #14151. http://hydra.nixos.org/build/33846692/nixlog/1/tail
This commit is contained in:
parent
207549ec9d
commit
254e2cc982
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue