altcoins.zcash: disable parallel building
This commit is contained in:
parent
eb2868c420
commit
2e55aec9d7
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "19bxhdnkvgncgl9x6nbaf5nwgrdfw99icvdbi9adfh646pd5z64s";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
# Dependencies are underspecified: "make -C src gtest/zcash_gtest-test_merkletree.o"
|
||||
# fails with "fatal error: test/data/merkle_roots.json.h: No such file or directory"
|
||||
enableParallelBuilding = false;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
buildInputs = [ gtest gmock gmp libsnark openssl wget db62 boost zlib
|
||||
|
Loading…
Reference in New Issue
Block a user