about summary refs log tree commit diff
path: root/pkgs/applications/altcoins/memorycoin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/memorycoin.nix')
-rw-r--r--pkgs/applications/altcoins/memorycoin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/altcoins/memorycoin.nix b/pkgs/applications/altcoins/memorycoin.nix
index 24b891d60eb24..a14276d4fa2de 100644
--- a/pkgs/applications/altcoins/memorycoin.nix
+++ b/pkgs/applications/altcoins/memorycoin.nix
@@ -31,6 +31,10 @@ stdenv.mkDerivation rec{
     then "install -D bitcoin-qt $out/bin/memorycoin-qt"
     else "install -D bitcoind $out/bin/memorycoind";
 
+  # `make build/version.o`:
+  # make: *** No rule to make target 'build/build.h', needed by 'build/version.o'.  Stop.
+  enableParallelBuilding = false;
+
   meta = {
     description = "Peer-to-peer, CPU-based electronic cash system";
     longDescription= ''