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 New Issue
Block a user