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"
|
then "install -D bitcoin-qt $out/bin/memorycoin-qt"
|
||||||
else "install -D bitcoind $out/bin/memorycoind";
|
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 = {
|
meta = {
|
||||||
description = "Peer-to-peer, CPU-based electronic cash system";
|
description = "Peer-to-peer, CPU-based electronic cash system";
|
||||||
longDescription= ''
|
longDescription= ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user