about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-28 16:51:41 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-28 16:52:08 +0000
commit2e55aec9d790cd744074fe56651f094a09695f66 (patch)
tree37bc22fd59142158767ad1a2a4f7da47c88f7543
parenteb2868c42015d472858ce9032bda6979b14ceadc (diff)
downloadnixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar.gz
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar.bz2
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar.lz
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar.xz
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.tar.zst
nixlib-2e55aec9d790cd744074fe56651f094a09695f66.zip
altcoins.zcash: disable parallel building
-rw-r--r--pkgs/applications/altcoins/zcash/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/zcash/default.nix b/pkgs/applications/altcoins/zcash/default.nix
index c1aad8e570c3..e9236544ee7f 100644
--- a/pkgs/applications/altcoins/zcash/default.nix
+++ b/pkgs/applications/altcoins/zcash/default.nix
@@ -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