We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent eb2868c commit 2e55aecCopy full SHA for 2e55aec
pkgs/applications/altcoins/zcash/default.nix
@@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
18
sha256 = "19bxhdnkvgncgl9x6nbaf5nwgrdfw99icvdbi9adfh646pd5z64s";
19
};
20
21
- enableParallelBuilding = true;
+ # Dependencies are underspecified: "make -C src gtest/zcash_gtest-test_merkletree.o"
22
+ # fails with "fatal error: test/data/merkle_roots.json.h: No such file or directory"
23
+ enableParallelBuilding = false;
24
25
nativeBuildInputs = [ autoreconfHook pkgconfig ];
26
buildInputs = [ gtest gmock gmp libsnark openssl wget db62 boost zlib
0 commit comments