erlang: Enable parallel building

This commit is contained in:
Jean-Philippe Cugnet
2018-08-22 22:58:32 +02:00
parent 6d64024734
commit cd691380cc

View File

@@ -57,6 +57,8 @@ in stdenv.mkDerivation ({
debugInfo = enableDebugInfo;
enableParallelBuilding = true;
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
prePatch = ''
substituteInPlace lib/wx/c_src/wxe_impl.cpp --replace 'temp > NULL' 'temp != NULL'