mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
altcoins.bitcoin-xt: enable parallel building
This commit is contained in:
parent
a46a45a065
commit
c200b49c71
|
@ -27,6 +27,8 @@ stdenv.mkDerivation rec{
|
|||
"--with-libcurl-headers=${curl.dev}/include"
|
||||
] ++ optionals withGui [ "--with-gui=qt4" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "Peer-to-peer electronic cash system (XT client)";
|
||||
longDescription= ''
|
||||
|
|
Loading…
Reference in a new issue