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
then "install -D bitcoin-qt $out/bin/memorycoin-qt"
32
else "install -D bitcoind $out/bin/memorycoind";
33
0
0
0
0
34
meta = {
35
description = "Peer-to-peer, CPU-based electronic cash system";
36
longDescription= ''
···
31
then "install -D bitcoin-qt $out/bin/memorycoin-qt"
32
else "install -D bitcoind $out/bin/memorycoind";
33
34
+
# `make build/version.o`:
35
+
# make: *** No rule to make target 'build/build.h', needed by 'build/version.o'. Stop.
36
+
enableParallelBuilding = false;
37
+
38
meta = {
39
description = "Peer-to-peer, CPU-based electronic cash system";
40
longDescription= ''