goPackages: comment on kagome about no parallel build

This commit is contained in:
Lluís Batlle i Rossell 2016-01-22 14:51:24 +01:00
parent 4d68077528
commit 77f8f35d57

View File

@ -1951,8 +1951,12 @@ let
owner = "ikawaha";
repo = "kagome";
sha256 = "1isnjdkn9hnrkp5g37p2k5bbsrx0ma32v3icwlmwwyc5mppa4blb";
# I disable the parallel building, because otherwise each
# spawned compile takes over 1.5GB of RAM.
buildFlags = "-p 1";
enableParallelBuilding = false;
goPackagePath = "github.com/ikawaha/kagome";
};