1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #51644 from ivan/erlang-disable-parallel-building

erlang: disable parallel building
This commit is contained in:
Jörg Thalheim 2018-12-08 16:40:38 +00:00 committed by GitHub
commit b4a2ed8e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,8 @@ in stdenv.mkDerivation ({
debugInfo = enableDebugInfo;
enableParallelBuilding = true;
# On some machines, parallel build reliably crashes on `GEN asn1ct_eval_ext.erl` step
enableParallelBuilding = false;
# Clang 4 (rightfully) thinks signed comparisons of pointers with NULL are nonsense
prePatch = ''