Disable parallel building

This commit is contained in:
David Johnson 2017-04-19 15:20:51 -05:00 committed by GitHub
parent ff252c799d
commit d8e87fc0c4

View File

@ -6,6 +6,7 @@ stdenv.mkDerivation rec {
version = "2.4.0";
name = "HaLVM-${version}";
isHaLVM = true;
enableParallelBuilding = false;
isGhcjs = false;
src = fetchgit {
rev = "65fad65966eb7e60f234453a35aeb564a09d2595";