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

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";
name = "HaLVM-${version}";
isHaLVM = true;
enableParallelBuilding = false;
isGhcjs = false;
src = fetchgit {
rev = "65fad65966eb7e60f234453a35aeb564a09d2595";