altcoins.memorycoin: disable parallel building
This commit is contained in:
parent
d104321b38
commit
98bbb0e3e6
@ -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= ''
|
||||
|
Loading…
Reference in New Issue
Block a user