Skip to content

Commit

Permalink
altcoins.zcash: disable parallel building
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e55aec)
  • Loading branch information
orivej committed Nov 28, 2017
1 parent f2eddb1 commit c3d4871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/applications/altcoins/zcash/default.nix
Expand Up @@ -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;

buildInputs = [ pkgconfig gtest gmock gmp libsnark autoreconfHook openssl wget db62 boost zlib
protobuf libevent libsodium librustzcash ]
Expand Down

0 comments on commit c3d4871

Please sign in to comment.