mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03: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
@ -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 New Issue
Block a user