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:
parent
0b87f3de03
commit
ee7c81f021
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
enableParallelBuilding = false; # occasional build problems;
|
||||
enableParallelBuilding = true;
|
||||
dontUseCmakeBuildDir = true;
|
||||
NIX_LDFLAGS = "-lpam -L${pam}/lib";
|
||||
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user