hhvm: remove boost version override

Enable parallel building because it works now and it was disabled for a much older version.
This commit is contained in:
Orivej Desh 2017-11-16 15:52:52 +00:00
parent 0b87f3de03
commit ee7c81f021
2 changed files with 2 additions and 4 deletions

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = false; # occasional build problems;
enableParallelBuilding = true;
dontUseCmakeBuildDir = true;
NIX_LDFLAGS = "-lpam -L${pam}/lib";

View File

@ -5833,9 +5833,7 @@ with pkgs;
haxePackages = recurseIntoAttrs (callPackage ./haxe-packages.nix { });
inherit (haxePackages) hxcpp;
hhvm = callPackage ../development/compilers/hhvm {
boost = boost160;
};
hhvm = callPackage ../development/compilers/hhvm { };
hop = callPackage ../development/compilers/hop { };