tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
altcoins.memorycoin: disable parallel building
Orivej Desh
8 years ago
98bbb0e3
d104321b
+4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
altcoins
memorycoin.nix
+4
pkgs/applications/altcoins/memorycoin.nix
···
31
31
then "install -D bitcoin-qt $out/bin/memorycoin-qt"
32
32
else "install -D bitcoind $out/bin/memorycoind";
33
33
34
34
+
# `make build/version.o`:
35
35
+
# make: *** No rule to make target 'build/build.h', needed by 'build/version.o'. Stop.
36
36
+
enableParallelBuilding = false;
37
37
+
34
38
meta = {
35
39
description = "Peer-to-peer, CPU-based electronic cash system";
36
40
longDescription= ''