Merge pull request #25032 from dmjio/patch-1

Disable parallel building
This commit is contained in:
John Ericson 2017-04-19 16:23:00 -04:00 committed by GitHub
commit 124c4b10c4

View File

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