mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
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 New Issue
Block a user