forked from mirrors/nixpkgs
bitcoin: parallel build, please! :)
(cherry picked from commit dba5534b06c7dffe97ce644b0a5790aca8527a2e)
This commit is contained in:
parent
8b184ec2e1
commit
b322a8bd3b
|
@ -33,6 +33,8 @@ stdenv.mkDerivation rec{
|
|||
# find or load the Qt platform plugin "minimal""
|
||||
doCheck = false;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "Peer-to-peer electronic cash system";
|
||||
longDescription= ''
|
||||
|
|
Loading…
Reference in a new issue