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 16:15:57 +00:00
parent 0b87f3de03
commit ee7c81f021
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
})
];
enableParallelBuilding = false; # occasional build problems;
enableParallelBuilding = true;
dontUseCmakeBuildDir = true;
NIX_LDFLAGS = "-lpam -L${pam}/lib";